opkg: add update packages lists call to libopkg_test
[oweals/opkg-lede.git] / libopkg / pkg_vec.c
index 690b7e6f94c0a8632849b77c5e9715cb9265a5c6..436622a11b38f943cdbbea145148ac30169e079c 100644 (file)
@@ -1,4 +1,4 @@
-/* pkg_vec.c - the itsy package management system
+/* pkg_vec.c - the opkg package management system
 
    Steven M. Ayer
    
    General Public License for more details.
 */
 
-#include <stdlib.h>
+#include "includes.h"
 #include <fnmatch.h>
 #include "xregex.h"
-#include "opkg.h"
 #include "pkg.h"
+#include "opkg_message.h"
 
 pkg_vec_t * pkg_vec_alloc(void)
 {