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