diff -r ffdbb97a3708 -r 074d08049aa7 src/archiver_hog.c --- a/src/archiver_hog.c Thu Mar 22 03:15:50 2012 -0400 +++ b/src/archiver_hog.c Fri Mar 23 00:52:32 2012 -0400 @@ -29,11 +29,11 @@ * Based on grp.c by Ryan C. Gordon. */ -#if (defined PHYSFS_SUPPORTS_HOG) - #define __PHYSICSFS_INTERNAL__ #include "physfs_internal.h" +#if PHYSFS_SUPPORTS_HOG + static UNPKentry *hogLoadEntries(PHYSFS_Io *io, PHYSFS_uint32 *_entCount) { const PHYSFS_uint64 iolen = io->length(io);