1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

pacman util.h: Add missing stdarg.h include

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2007-06-12 16:09:46 -04:00
parent c1b6a6d616
commit 892e6a7fe9

View File

@ -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 */