diff options
author | Dan McGee <dan@archlinux.org> | 2011-03-20 17:49:42 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-03-20 17:49:42 +0100 |
commit | b2fde01c545286bb92f6194603817602bf9dfbe7 (patch) | |
tree | 283d93f361b09fa5479bc28db6e649e3732884f7 /lib/libalpm/util.h | |
parent | 524b3389746f3ea44042050ba28b975b65e931ad (diff) | |
parent | 67c0e9cab39a536f1ca2fbf2a35fe898e3b71ef4 (diff) | |
download | pacman-b2fde01c545286bb92f6194603817602bf9dfbe7.tar.gz pacman-b2fde01c545286bb92f6194603817602bf9dfbe7.tar.xz |
Merge branch 'maint'
Diffstat (limited to 'lib/libalpm/util.h')
-rw-r--r-- | lib/libalpm/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libalpm/util.h b/lib/libalpm/util.h index d65f7734..3232f004 100644 --- a/lib/libalpm/util.h +++ b/lib/libalpm/util.h @@ -32,6 +32,7 @@ #include <stdio.h> #include <string.h> #include <stdarg.h> +#include <stddef.h> /* size_t */ #include <time.h> #include <sys/stat.h> /* struct stat */ #include <archive.h> /* struct archive */ |