diff options
Diffstat (limited to 'lib/libalpm/graph.h')
-rw-r--r-- | lib/libalpm/graph.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libalpm/graph.h b/lib/libalpm/graph.h index ff458230..f76c6004 100644 --- a/lib/libalpm/graph.h +++ b/lib/libalpm/graph.h @@ -19,6 +19,8 @@ #ifndef _ALPM_GRAPH_H #define _ALPM_GRAPH_H +#include "config.h" /* ensure off_t is correct length */ + #include <sys/types.h> /* off_t */ #include "alpm_list.h" |