summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_conf.h
diff options
context:
space:
mode:
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-12-20 19:13:42 (EST)
committer graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-12-20 19:13:42 (EST)
commit5c709efb3d63562930b181a342a1bc258bccee83 (patch)
tree7b9b48d8af07e6a911106567d60ce042bc62aa46 /libopkg/opkg_conf.h
parent599cc259280ccde97b2a3b459c3f015db6390127 (diff)
Include config.h to pull in HAVE_* macros where needed.
git-svn-id: http://opkg.googlecode.com/svn/trunk@505 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg/opkg_conf.h')
-rw-r--r--libopkg/opkg_conf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libopkg/opkg_conf.h b/libopkg/opkg_conf.h
index 6b34952..092686c 100644
--- a/libopkg/opkg_conf.h
+++ b/libopkg/opkg_conf.h
@@ -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"