pacman util.h: Add missing stdarg.h include
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
c1b6a6d616
commit
892e6a7fe9
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
#define _PM_UTIL_H
|
#define _PM_UTIL_H
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <stdarg.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <libintl.h> /* here so it doesn't need to be included elsewhere */
|
#include <libintl.h> /* here so it doesn't need to be included elsewhere */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue