Add a few missing includes, caught while compiling on cygwin

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2007-09-06 19:03:38 -05:00
parent 3987137505
commit 9cceb3d9c4
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -34,6 +34,7 @@
#include <ctype.h>
#include <dirent.h>
#include <unistd.h>
#include <limits.h>
#include <alpm.h>
#include <alpm_list.h>