diff options
author | pixdamix <pixdamix@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | 2009-11-26 08:57:59 (EST) |
---|---|---|
committer | pixdamix <pixdamix@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | 2009-11-26 08:57:59 (EST) |
commit | 021752e0c0bfbafd1987b0932bf0f4556183c064 (patch) | |
tree | e6e9d51daccc71b57a2ab15c05bc069daba2eb21 /libopkg | |
parent | 05c52125311ac8d73e5549b315e4f665eebfaf29 (diff) |
Add missing include
git-svn-id: http://opkg.googlecode.com/svn/trunk@387 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg')
-rw-r--r-- | libopkg/opkg_pathfinder.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libopkg/opkg_pathfinder.c b/libopkg/opkg_pathfinder.c index f1bd940..a53dd8e 100644 --- a/libopkg/opkg_pathfinder.c +++ b/libopkg/opkg_pathfinder.c @@ -23,6 +23,7 @@ #endif #include "includes.h" +#include "libbb/libbb.h" #include "opkg_message.h" #if defined(HAVE_SSLCURL) || defined(HAVE_OPENSSL) |