index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/libalpm/dload.c | 4 |
diff --git a/lib/libalpm/dload.c b/lib/libalpm/dload.c index 7a98eb12..afe0dd40 100644 --- a/lib/libalpm/dload.c +++ b/lib/libalpm/dload.c @@ -35,6 +35,10 @@ #include <sys/param.h> /* MAXHOSTNAMELEN */ #endif +#ifdef HAVE_LIBCURL +#include <curl/curl.h> +#endif + #ifdef HAVE_LIBFETCH #include <fetch.h> #endif |