Fixed compiler warnings on FreeBSD.

This commit is contained in:
Ryan C. Gordon 2017-07-09 17:31:27 -04:00
parent 083940aef1
commit c057f2d7dd
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@
#include <sys/mnttab.h>
#endif
#if PHYSFS_PLATFORM_FREEBSD
#include <sys/sysctl.h>
#endif
#include "physfs_internal.h"
int __PHYSFS_platformInit(void)