Add overlay_root config option. Opkg checks this location for available space.
[oweals/opkg-lede.git] / libopkg / pkg_dest.h
index 0966a9cc012547ffac0a6b9eec0745858b958951..4ad417e878356d9107d86022bc5779a557335b8b 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef PKG_DEST_H
 #define PKG_DEST_H
 
-#include "includes.h"
+#include <stdio.h>
 
 typedef struct pkg_dest pkg_dest_t;
 struct pkg_dest
@@ -29,7 +29,7 @@ struct pkg_dest
     char *lists_dir;
     char *info_dir;
     char *status_file_name;
-    FILE *status_file;
+    FILE *status_fp;
 };
 
 int pkg_dest_init(pkg_dest_t *dest, const char *name, const char *root_dir,const char *lists_dir);