diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-07-27 08:58:37 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-07-27 08:58:37 +0400 |
commit | ea839a52aebd6a29a8dde70412b0e7b8d68568b4 (patch) | |
tree | 10026e84c8b73d4e5ad6704ab1cb78ea7c63c305 /libmisc/copydir.c | |
parent | 6c1662a897fd34b5b0b0174ab83552b016d05e8d (diff) | |
download | shadow-upstream.tar.gz |
Imported Upstream version 4.1.5.1upstream/4.1.5.1upstream
Diffstat (limited to 'libmisc/copydir.c')
-rw-r--r-- | libmisc/copydir.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libmisc/copydir.c b/libmisc/copydir.c index 3b6ed9c..958b710 100644 --- a/libmisc/copydir.c +++ b/libmisc/copydir.c @@ -32,7 +32,7 @@ #include <config.h> -#ident "$Id: copydir.c 3655 2011-12-09 22:13:02Z nekral-guest $" +#ident "$Id: copydir.c 3706 2012-02-13 19:16:29Z nekral-guest $" #include <assert.h> #include <sys/stat.h> @@ -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 |