BSD: Fix build on OpenBSD. DONT_BUILD.

git-svn-id: https://svn.eduke32.com/eduke32@5772 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2016-06-06 22:13:05 +00:00
parent d33a443b2e
commit afe530942c

View file

@ -30,7 +30,7 @@
#if defined __linux || defined EDUKE32_BSD
# include <libgen.h> // for dirname()
#endif
#if defined __FreeBSD__
#if defined EDUKE32_BSD
# include <limits.h> // for PATH_MAX
# include <sys/sysctl.h> // for sysctl() to get path to executable
#endif