diff options
author | ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | 2008-12-14 23:45:31 (EST) |
---|---|---|
committer | ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | 2008-12-14 23:45:31 (EST) |
commit | 06d63167c8aefc168f4fa774908323e556e6a4e9 (patch) | |
tree | 28f0c45e180517edcd55577f1e9544a0d50ad855 /src | |
parent | 4a672739be5204ee6ad7e7f46b26ea963070c253 (diff) |
opkg: distcheck fixes
git-svn-id: http://opkg.googlecode.com/svn/trunk@36 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 47671d2..08a3e49 100644 --- a/src/opkg-frontend.c +++ b/src/opkg-frontend.c @@ -18,7 +18,7 @@ */ -#include "libopkg.h" +#include <libopkg/libopkg.h> /* This is really small, eh? ;-) */ |