Whamcloud - gitweb
Fix missing prototype warnings caused by missing header files
authorTheodore Ts'o <tytso@mit.edu>
Sun, 27 Mar 2016 03:18:34 +0000 (23:18 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 27 Mar 2016 03:18:34 +0000 (23:18 -0400)
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debian/control.in
lib/e2p/crypto_mode.c
lib/e2p/mntopts.c
lib/support/profile.c

index e46c0ba..6da9a82 100644 (file)
@@ -9,7 +9,7 @@ Source: e2fsprogs
 Section: admin
 Priority: required
 Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
-Build-Depends: gettext, texinfo, pkg-config, DIETLIBC_DEFINES gcc-multilib [mips mipsel], libfuse-dev, debhelper (>= 7.0), UTIL_LINUX_NG_DEFINES m4
+Build-Depends: gettext, texinfo, pkg-config, DIETLIBC_DEFINES gcc-multilib [mips mipsel], libfuse-dev, libattr1-dev, debhelper (>= 7.0), UTIL_LINUX_NG_DEFINES m4
 Standards-Version: 3.9.7
 Homepage: http://e2fsprogs.sourceforge.net
 
index 6146224..bc553fd 100644 (file)
@@ -13,6 +13,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <strings.h>
 #include <ctype.h>
 #include <errno.h>
 
index ff2e5de..7d0ae9c 100644 (file)
@@ -13,6 +13,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <strings.h>
 #include <ctype.h>
 #include <errno.h>
 
index c4528c8..51a3314 100644 (file)
@@ -58,6 +58,7 @@
 #endif
 #include <time.h>
 #include <string.h>
+#include <strings.h>
 #include <errno.h>
 #include <ctype.h>
 #include <limits.h>