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

View File

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