Skip to content

Commit

Permalink
Fixed compiler warnings on FreeBSD.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 9, 2017
1 parent 083940a commit c057f2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/platform_unix.c
Expand Up @@ -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)
Expand Down

0 comments on commit c057f2d

Please sign in to comment.