From 9df357d0ac3ac1f5386873dd20df2639cecd64b3 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 14 Dec 2014 13:43:09 -0600 Subject: [PATCH] Header fixes --- include/wimlib/reparse.h | 3 +++ include/wimlib/resource.h | 2 +- include/wimlib/write.h | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/include/wimlib/reparse.h b/include/wimlib/reparse.h index f7fc3978..f7d7c63c 100644 --- a/include/wimlib/reparse.h +++ b/include/wimlib/reparse.h @@ -1,10 +1,13 @@ #ifndef _WIMLIB_REPARSE_H #define _WIMLIB_REPARSE_H +#include + #include "wimlib/types.h" struct wim_inode; struct wim_lookup_table; +struct wim_lookup_table_entry; #define REPARSE_POINT_MAX_SIZE (16 * 1024) diff --git a/include/wimlib/resource.h b/include/wimlib/resource.h index 42a2edcc..61ce69b5 100644 --- a/include/wimlib/resource.h +++ b/include/wimlib/resource.h @@ -2,11 +2,11 @@ #define _WIMLIB_RESOURCE_H #include "wimlib/callback.h" -#include "wimlib/file_io.h" #include "wimlib/list.h" #include "wimlib/sha1.h" #include "wimlib/types.h" +struct filedes; struct wim_lookup_table_entry; struct wim_image_metadata; diff --git a/include/wimlib/write.h b/include/wimlib/write.h index 61f3bc67..e3f2a217 100644 --- a/include/wimlib/write.h +++ b/include/wimlib/write.h @@ -47,7 +47,9 @@ unlock_wim_for_append(WIMStruct *wim) } #endif +struct filedes; struct list_head; +struct wim_reshdr; int write_wim_part(WIMStruct *wim, -- 2.43.0