]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Avoid error due to -Wimplicit-function-declaration
authorPranav Kant <prka@google.com>
Tue, 26 Sep 2023 19:03:26 +0000 (19:03 +0000)
committerPranav Kant <prka@google.com>
Tue, 26 Sep 2023 19:03:26 +0000 (19:03 +0000)
nss/nss_borg/borg-pwd.c

index 2e50b287a9254105bfcb3ec266cf387a4e361d50..b3c18e055c393188f2fafe776d15fabe3ca028a9 100644 (file)
@@ -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)