index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Aurelien Foret <aurelien@archlinux.org> | 2005-10-06 07:39:44 +0000 |
---|---|---|
committer | Aurelien Foret <aurelien@archlinux.org> | 2005-10-06 07:39:44 +0000 |
commit | 543940173d17b8a06b8f4e9cbb9ed507cb7b2db6 (patch) | |
tree | 9b6fb9b5d021e2580f5759c594db69fa2b70f635 | |
parent | 4ee51bdf46144d4586843e490b3bb1fd23ffd585 (diff) |
-rw-r--r-- | lib/libalpm/db.c | 3 |
diff --git a/lib/libalpm/db.c b/lib/libalpm/db.c index 600774b7..cee36454 100644 --- a/lib/libalpm/db.c +++ b/lib/libalpm/db.c @@ -26,6 +26,9 @@ #include <errno.h> #include <string.h> #include <sys/stat.h> +#ifdef CYGWIN +#include <limits.h> /* PATH_MAX */ +#endif /* pacman */ #include "log.h" #include "util.h" |