summaryrefslogtreecommitdiffstats
path: root/opkg_download.c
diff options
context:
space:
mode:
Diffstat (limited to 'opkg_download.c')
-rw-r--r--opkg_download.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/opkg_download.c b/opkg_download.c
index 2f87eec..2c2bc57 100644
--- a/opkg_download.c
+++ b/opkg_download.c
@@ -18,7 +18,9 @@
*/
#include <curl/curl.h>
+#ifdef HAVE_GPGME
#include <gpgme.h>
+#endif
#include "opkg.h"
#include "opkg_download.h"