Include config.h to pull in HAVE_* macros where needed.
[oweals/opkg-lede.git] / libopkg / opkg_conf.h
index 6b3495295e8eb5c448a9f3a07aa6bab178d296f6..092686cf4ea7c323ccb16e4805b09c19c59a17c6 100644 (file)
@@ -21,6 +21,8 @@
 typedef struct opkg_conf opkg_conf_t;
 extern opkg_conf_t *conf;
 
+#include "config.h"
+
 #include <stdarg.h>
 
 #include "hash_table.h"