From 5c709efb3d63562930b181a342a1bc258bccee83 Mon Sep 17 00:00:00 2001 From: graham.gower Date: Sun, 20 Dec 2009 19:13:42 -0500 Subject: 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 --- (limited to 'libopkg/opkg_install.c') diff --git a/libopkg/opkg_install.c b/libopkg/opkg_install.c index 79bbd3c..2ee240f 100644 --- a/libopkg/opkg_install.c +++ b/libopkg/opkg_install.c @@ -15,6 +15,8 @@ General Public License for more details. */ +#include "config.h" + #include #include #include -- cgit v0.9.1