2012-02-13 Mike Frysinger <vapier@gentoo.org>

* libmisc/copydir.c: Add missing #include <stdarg.h>
This commit is contained in:
nekral-guest 2012-02-13 19:16:29 +00:00
parent c18ec76e85
commit 011c5155fa
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View 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