public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/google/grte/v5-2.27/master] Avoid error due to -Wimplicit-function-declaration
@ 2023-11-14 18:49 Pranav Kant
  0 siblings, 0 replies; only message in thread
From: Pranav Kant @ 2023-11-14 18:49 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=fe59db4d1bb6e1030cfb95fa800503191ad4c4e8

commit fe59db4d1bb6e1030cfb95fa800503191ad4c4e8
Author: Pranav Kant <prka@google.com>
Date:   Tue Sep 26 19:03:26 2023 +0000

    Avoid error due to -Wimplicit-function-declaration

Diff:
---
 nss/nss_borg/borg-pwd.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nss/nss_borg/borg-pwd.c b/nss/nss_borg/borg-pwd.c
index 2e50b287a9..b3c18e055c 100644
--- a/nss/nss_borg/borg-pwd.c
+++ b/nss/nss_borg/borg-pwd.c
@@ -9,6 +9,7 @@
 #include <string.h>
 #include <sys/types.h>
 #include <syslog.h>
+#include <unistd.h>
 
 #include <libc-lock.h>
 __libc_lock_define_initialized(static, lock)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-11-14 18:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-14 18:49 [glibc/google/grte/v5-2.27/master] Avoid error due to -Wimplicit-function-declaration Pranav Kant

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).