opkg_utils: add missing header
[oweals/opkg-lede.git] / libopkg / opkg_utils.c
index e16ca3a836ab489f494e4a26d22bb85315ebfe42..1827094044d6205ea57cb0c01c0b2dd933971970 100644 (file)
@@ -19,6 +19,7 @@
 #include <sys/statvfs.h>
 
 #include "libbb/libbb.h"
+#include "opkg_utils.h"
 
 unsigned long get_available_kbytes(char *filesystem)
 {