Include config.h to pull in HAVE_* macros where needed.
[project/opkg-lede.git] / libopkg / opkg_download.h
index 24b7bcb29b79184ecc778930bfc8fb43d3c52459..00582871c124db4cf0576f5af207f34f50c680fe 100644 (file)
@@ -18,6 +18,7 @@
 #ifndef OPKG_DOWNLOAD_H
 #define OPKG_DOWNLOAD_H
 
+#include "config.h"
 #include "pkg.h"
 
 typedef void (*opkg_download_progress_callback)(int percent, char *url);