libopkg: add some checks for NULL strings
[oweals/opkg-lede.git] / libopkg / pkg_hash.h
index 730341878af60e6cfff12ee300d28f6e8f521dc5..6b1473c1b7e3db672ab8458227de7fad3b80bc84 100644 (file)
@@ -1,4 +1,4 @@
-/* pkg_hash.h - the itsy package management system
+/* pkg_hash.h - the opkg package management system
 
    Steven M. Ayer
    
@@ -19,6 +19,8 @@
 #define PKG_HASH_H
 
 #include "pkg.h"
+#include "pkg_src.h"
+#include "pkg_dest.h"
 #include "pkg_vec.h"
 #include "hash_table.h"