FS-10153: [build] fix mod_http_cache build on FreeBSD

This commit is contained in:
Mike Jerris 2017-04-06 11:48:45 -05:00
parent 2c5287ec93
commit 9c6a027dc6
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
#ifndef MACOSX
#if !defined(_XOPEN_SOURCE) && !defined(__OpenBSD__) && !defined(__NetBSD__)
#ifndef __cplusplus
#define _XOPEN_SOURCE 600
#define _XOPEN_SOURCE 700
#endif
#endif
#ifdef __linux__