The compiler almost certainly knows better.
[oweals/opkg-lede.git] / libopkg / pkg_depends.h
index b0066ce2bc6cfd1adc6528c42f187fd6e52b5e8f..462a4db3e2484dfeddedb93f1acb124c67e99f7d 100644 (file)
@@ -1,4 +1,4 @@
-/* pkg_depends.h - the itsy package management system
+/* pkg_depends.h - the opkg package management system
 
    Steven M. Ayer
    
@@ -20,6 +20,7 @@
 
 #include "pkg.h"
 #include "pkg_hash.h"
+#include "includes.h"
 
 enum depend_type {
     PREDEPEND,