summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-06-12 22:09:46 +0200
committerDan McGee <dan@archlinux.org>2007-06-12 22:09:46 +0200
commit892e6a7fe926bccc8e3d18d4a03973a20d5208a4 (patch)
treec13672d8f23368aae6896158b67ecc719ebb12c0 /src
parentc1b6a6d616727280ab412ea06d15853b8c1f386a (diff)
downloadpacman-892e6a7fe926bccc8e3d18d4a03973a20d5208a4.tar.gz
pacman-892e6a7fe926bccc8e3d18d4a03973a20d5208a4.tar.xz
pacman util.h: Add missing stdarg.h include
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'src')
-rw-r--r--src/pacman/util.h1
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 */