]> wimlib.net Git - wimlib/blobdiff - include/wimlib/reparse.h
Header fixes
[wimlib] / include / wimlib / reparse.h
index f7fc3978ddc704226a87459efff0dc0c3773a5f9..f7d7c63cee8d44e58ee35bc256391fed23a433e7 100644 (file)
@@ -1,10 +1,13 @@
 #ifndef _WIMLIB_REPARSE_H
 #define _WIMLIB_REPARSE_H
 
 #ifndef _WIMLIB_REPARSE_H
 #define _WIMLIB_REPARSE_H
 
+#include <sys/types.h>
+
 #include "wimlib/types.h"
 
 struct wim_inode;
 struct wim_lookup_table;
 #include "wimlib/types.h"
 
 struct wim_inode;
 struct wim_lookup_table;
+struct wim_lookup_table_entry;
 
 #define REPARSE_POINT_MAX_SIZE (16 * 1024)
 
 
 #define REPARSE_POINT_MAX_SIZE (16 * 1024)