mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
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:
parent
d33a443b2e
commit
afe530942c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue