summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/opkg_conf.h')
-rw-r--r--libopkg/opkg_conf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libopkg/opkg_conf.h b/libopkg/opkg_conf.h
index 52498f5..6b34952 100644
--- a/libopkg/opkg_conf.h
+++ b/libopkg/opkg_conf.h
@@ -21,9 +21,9 @@
typedef struct opkg_conf opkg_conf_t;
extern opkg_conf_t *conf;
+#include <stdarg.h>
+
#include "hash_table.h"
-#include "pkg.h"
-#include "pkg_hash.h"
#include "pkg_src_list.h"
#include "pkg_dest_list.h"
#include "nv_pair_list.h"
@@ -55,7 +55,7 @@ struct opkg_conf
char *tmp_dir;
char *lists_dir;
- uint pfm; /* package field mask */
+ unsigned int pfm; /* package field mask */
/* For libopkg users to capture messages. */
void (*opkg_vmessage)(int, const char *fmt, va_list ap);