Initial stab at untangling the #include maze. Probably needs a second pass.
[oweals/opkg-lede.git] / libopkg / opkg_cmd.h
index 6d2f1adbe2f5233692d4351dbb6bb13cbd45a3b9..9ca42ff82b85443cab8a821a0bfe3d05d698334f 100644 (file)
@@ -25,7 +25,7 @@ struct opkg_cmd
     const char *name;
     int requires_args;
     opkg_cmd_fun_t fun;
-    uint pfm; /* package field mask */
+    unsigned int pfm; /* package field mask */
 };
 typedef struct opkg_cmd opkg_cmd_t;