introduce the active_list for searching.
[oweals/opkg-lede.git] / libopkg / opkg_install.h
index 8d064ace4336b1a1f0b3be3da0289932a0ee2262..4bed953c3a7124c1f246d3c22db254c2beb3c1da 100644 (file)
@@ -1,4 +1,4 @@
-/* opkg_install.h - the itsy package management system
+/* opkg_install.h - the opkg package management system
 
    Carl D. Worth
 
@@ -20,6 +20,7 @@
 
 #include "pkg.h"
 #include "opkg_conf.h"
+#include "opkg_error.h"
 
 opkg_error_t opkg_install_by_name(opkg_conf_t *conf, const char *pkg_name);
 opkg_error_t opkg_install_multi_by_name(opkg_conf_t *conf, const char *pkg_name);