Skip to content

Commit 6694b16

Browse files
authored
Merge pull request #201 from jbo-ads/issues/200-missing-unistd
Insert #include <unistd.h> in mapcache_detail.c
2 parents c7ca193 + 0b85571 commit 6694b16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

contrib/mapcache_detail/mapcache_detail.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
#include <math.h>
3939
#include <float.h>
4040

41+
#ifndef _WIN32
42+
#include <unistd.h>
43+
#endif
44+
45+
4146
#include <apr_general.h>
4247
#include <apr_getopt.h>
4348
#include <apr_strings.h>

0 commit comments

Comments
 (0)