summaryrefslogtreecommitdiffstats
path: root/libopkg/pkg.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/pkg.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/pkg.h')
-rw-r--r--libopkg/pkg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libopkg/pkg.h b/libopkg/pkg.h
index 4450fd0..1b65feb 100644
--- a/libopkg/pkg.h
+++ b/libopkg/pkg.h
@@ -18,6 +18,8 @@
#ifndef PKG_H
#define PKG_H
+#include "config.h"
+
#include <sys/types.h>
#include "pkg_vec.h"