diff options
author | Dan McGee <dan@archlinux.org> | 2007-06-12 16:09:46 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-06-12 16:09:46 -0400 |
commit | 892e6a7fe926bccc8e3d18d4a03973a20d5208a4 (patch) | |
tree | c13672d8f23368aae6896158b67ecc719ebb12c0 /src/pacman | |
parent | c1b6a6d616727280ab412ea06d15853b8c1f386a (diff) |
pacman util.h: Add missing stdarg.h include
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'src/pacman')
-rw-r--r-- | src/pacman/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pacman/util.h b/src/pacman/util.h index d41b2ca0..62812441 100644 --- a/src/pacman/util.h +++ b/src/pacman/util.h @@ -22,6 +22,7 @@ #define _PM_UTIL_H #include <stdlib.h> +#include <stdarg.h> #include <string.h> #include <libintl.h> /* here so it doesn't need to be included elsewhere */ |