diff options
author | Nay <dnpd.dd@gmail.com> | 2012-09-03 15:21:13 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2012-09-03 15:21:52 +0100 |
commit | c8a91e255988a766f102cbaf248a378b8ba31034 (patch) | |
tree | fd22b4364db58aceed47ac702713ced1d917f688 /src | |
parent | f46982ee7aaa7cb3d3a830874ee096a98ff1e3ae (diff) |
Tools/Extractors: Fix build under GCC 4.7
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/map_extractor/System.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/map_extractor/System.cpp b/src/tools/map_extractor/System.cpp index f474925313e..d0342717324 100644 --- a/src/tools/map_extractor/System.cpp +++ b/src/tools/map_extractor/System.cpp @@ -9,6 +9,7 @@ #include "direct.h" #else #include <sys/stat.h> +#include <unistd.h> #endif #include "dbcfile.h" |