diff options
author | ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | 2008-12-14 23:52:36 (EST) |
---|---|---|
committer | ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | 2008-12-14 23:52:36 (EST) |
commit | 41315dec944e15d0e70a38592b5c9494d920108c (patch) | |
tree | 50ef578cf4c4ebb2d6042d05bdb51c4fe4c97c56 /src | |
parent | d879963c09e74fed1d1ad2168d2d1fa1aa01f442 (diff) |
opkg: catch up with removals and fix include statement in opkg-frontend.c
git-svn-id: http://opkg.googlecode.com/svn/trunk@44 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'src')
-rw-r--r-- | src/opkg-frontend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opkg-frontend.c b/src/opkg-frontend.c index 08a3e49..e248a6e 100644 --- a/src/opkg-frontend.c +++ b/src/opkg-frontend.c @@ -18,7 +18,7 @@ */ -#include <libopkg/libopkg.h> +#include <libopkg.h> /* This is really small, eh? ;-) */ |