diff options
| author | Petr Mrázek | 2012-03-29 02:49:44 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2012-03-29 02:49:44 +0200 |
| commit | d82120a3db65e82cb54b558fa3da6e28dbe767f2 (patch) | |
| tree | 772f856e9118e725434842ffb7ea3113b5ad511b /library/Process-linux.cpp | |
| parent | 757ad3334cdfacc886338481ae8f3e894ec6fc0d (diff) | |
| download | dfhack-d82120a3db65e82cb54b558fa3da6e28dbe767f2.tar.gz dfhack-d82120a3db65e82cb54b558fa3da6e28dbe767f2.tar.bz2 dfhack-d82120a3db65e82cb54b558fa3da6e28dbe767f2.tar.xz | |
More fixes
Include unistd.h in linux process file
Fix assert in autolabor
Don't print 'script missing' error on DF start
Diffstat (limited to 'library/Process-linux.cpp')
| -rw-r--r-- | library/Process-linux.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/Process-linux.cpp b/library/Process-linux.cpp index ddc62daf..fe864784 100644 --- a/library/Process-linux.cpp +++ b/library/Process-linux.cpp @@ -25,6 +25,7 @@ distribution. #include "Internal.h" #include <dirent.h> #include <errno.h> +#include <unistd.h> #include <sys/mman.h> #include <string> |
