diff options
author | Dan McGee <dan@archlinux.org> | 2007-09-07 02:03:38 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-09-07 02:03:38 +0200 |
commit | 9cceb3d9c4d4b0975781a4d48eabfdd29026453e (patch) | |
tree | bb083d67a0bc662289f1ae336deed84a3c4bd8ac /lib | |
parent | 39871375051856f9248d651005ab62e2a309d6ea (diff) | |
download | pacman-9cceb3d9c4d4b0975781a4d48eabfdd29026453e.tar.gz pacman-9cceb3d9c4d4b0975781a4d48eabfdd29026453e.tar.xz |
Add a few missing includes, caught while compiling on cygwin
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libalpm/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libalpm/util.h b/lib/libalpm/util.h index 0dab0639..3a57fe4a 100644 --- a/lib/libalpm/util.h +++ b/lib/libalpm/util.h @@ -26,6 +26,7 @@ #define _ALPM_UTIL_H #include <stdio.h> +#include <stdarg.h> #include <libintl.h> /* here so it doesn't need to be included elsewhere */ #include <time.h> |