Include config.h to pull in HAVE_* macros where needed.
[oweals/opkg-lede.git] / libopkg / pkg.h
index 4450fd061f9a4d73c00be630e02d709b573e2ec1..1b65febee998cd57b92b6729f924f03b35e839ed 100644 (file)
@@ -18,6 +18,8 @@
 #ifndef PKG_H
 #define PKG_H
 
+#include "config.h"
+
 #include <sys/types.h>
 
 #include "pkg_vec.h"