summaryrefslogtreecommitdiffstats
path: root/libopkg/includes.h
diff options
context:
space:
mode:
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-12-11 01:07:36 (EST)
committer graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-12-11 01:07:36 (EST)
commit9e86f112d4c97d836eeaa59fce947f438ce77817 (patch)
tree50df1da0e0e4e2543f33d68a043b644ba3e49b7d /libopkg/includes.h
parentda42d66ec896f5d62865fc83e600bfd16549bd08 (diff)
Allow use of opkg internals by libopkg users. Not intended to be permanent.
git-svn-id: http://opkg.googlecode.com/svn/trunk@488 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg/includes.h')
-rw-r--r--libopkg/includes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopkg/includes.h b/libopkg/includes.h
index 65beb56..cac9a41 100644
--- a/libopkg/includes.h
+++ b/libopkg/includes.h
@@ -1,7 +1,7 @@
#ifndef INCLUDES_H
#define INCLUDES_H
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#if STDC_HEADERS