diff options
Diffstat (limited to 'lib/libalpm/be_files.c')
-rw-r--r-- | lib/libalpm/be_files.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libalpm/be_files.c b/lib/libalpm/be_files.c index f8e73fbb..6e2f4c4f 100644 --- a/lib/libalpm/be_files.c +++ b/lib/libalpm/be_files.c @@ -21,6 +21,7 @@ */ #include "config.h" + #include <unistd.h> #include <stdio.h> #include <stdlib.h> @@ -36,10 +37,12 @@ #ifdef CYGWIN #include <limits.h> /* PATH_MAX */ #endif -/* pacman */ + +/* libalpm */ +#include "db.h" +#include "alpm_list.h" #include "log.h" #include "util.h" -#include "db.h" #include "alpm.h" #include "error.h" #include "handle.h" |