From: Jo-Philipp Wich Date: Wed, 15 Mar 2017 00:11:14 +0000 (+0100) Subject: opkg_utils: add missing header X-Git-Url: http://git.openwrt.org/project/luci.git;master?a=commitdiff_plain;h=f0c0a80a795d35550f5c473540d4a78b43b883fc;p=project%2Fopkg-lede.git opkg_utils: add missing header Include "opkg_utils.h" header file to declare function prototypes. Signed-off-by: Jo-Philipp Wich --- diff --git a/libopkg/opkg_utils.c b/libopkg/opkg_utils.c index e16ca3a..1827094 100644 --- a/libopkg/opkg_utils.c +++ b/libopkg/opkg_utils.c @@ -19,6 +19,7 @@ #include #include "libbb/libbb.h" +#include "opkg_utils.h" unsigned long get_available_kbytes(char *filesystem) {