mirror of
https://github.com/ZDoom/zdbsp.git
synced 2024-11-21 19:32:31 +00:00
- Include <unistd.h> from nodebuild.cpp, since some Linux distributions apparently require it
for the sysconf stuff. SVN r3839 (trunk)
This commit is contained in:
parent
3a5f4da28d
commit
959a3447fc
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@
|
|||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "zdbsp.h"
|
||||
#include "nodebuild.h"
|
||||
|
|
Loading…
Reference in a new issue