Skip to content

Commit f3fe401

Browse files
committed
Insert #include <unistd.h> in mapcache_detail.c
1 parent c7ca193 commit f3fe401

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/mapcache_detail/mapcache_detail.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
#include <stdint.h>
3838
#include <math.h>
3939
#include <float.h>
40+
#include <unistd.h>
4041

4142
#include <apr_general.h>
4243
#include <apr_getopt.h>

0 commit comments

Comments
 (0)