Fixed compiler warnings on FreeBSD.
This commit is contained in:
parent
083940aef1
commit
c057f2d7dd
|
@ -47,6 +47,10 @@
|
||||||
#include <sys/mnttab.h>
|
#include <sys/mnttab.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if PHYSFS_PLATFORM_FREEBSD
|
||||||
|
#include <sys/sysctl.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "physfs_internal.h"
|
#include "physfs_internal.h"
|
||||||
|
|
||||||
int __PHYSFS_platformInit(void)
|
int __PHYSFS_platformInit(void)
|
||||||
|
|
Loading…
Reference in New Issue