From: Eric Biggers Date: Tue, 22 May 2012 21:41:07 +0000 (-0500) Subject: Include 'wimlib_internal.h', not 'wimlib.h' X-Git-Tag: v0.7.2~3 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=de6ab524b0dece4d849483a302e620960eda2c52 Include 'wimlib_internal.h', not 'wimlib.h' --- diff --git a/src/join.c b/src/join.c index b8827773..94ce400b 100644 --- a/src/join.c +++ b/src/join.c @@ -21,7 +21,7 @@ * Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "wimlib.h" +#include "wimlib_internal.h" #include "lookup_table.h" #include "xml.h"