X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Freparse.h;h=f7d7c63cee8d44e58ee35bc256391fed23a433e7;hb=c3648a1bf94a11ee6eff22cb728f0efe3f4500e9;hp=f7fc3978ddc704226a87459efff0dc0c3773a5f9;hpb=cc7b6ee47d4037ae8fa11b4c2d5154091d543704;p=wimlib 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)