]> granicus.if.org Git - shadow/commitdiff
2012-02-13 Mike Frysinger <vapier@gentoo.org>
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 13 Feb 2012 19:16:29 +0000 (19:16 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 13 Feb 2012 19:16:29 +0000 (19:16 +0000)
* libmisc/copydir.c: Add missing #include <stdarg.h>

ChangeLog
libmisc/copydir.c

index 33b114541efa2a2bdd654a93921cb3c82cda63ee..81af2caf16699205b25c696dc3096ebfce70098e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-02-13  Mike Frysinger  <vapier@gentoo.org>
+
+       * libmisc/copydir.c: Add missing #include <stdarg.h>
+
 2012-02-12  Nicolas François  <nicolas.francois@centraliens.net>
 
        * NEWS: Set release date.
index 7cb5f568b8c2fa8dd7e0d345a85c4bf4cbe146d4..e6aac6ecf7186a408931cf3f8a7b756d92216bab 100644 (file)
@@ -46,6 +46,7 @@
 #include <selinux/selinux.h>
 #endif                         /* WITH_SELINUX */
 #if defined(WITH_ACL) || defined(WITH_ATTR)
+#include <stdarg.h>
 #include <attr/error_context.h>
 #endif                         /* WITH_ACL || WITH_ATTR */
 #ifdef WITH_ACL