diff options
-rw-r--r-- | src/x11.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -16,7 +16,9 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#define _POSIX_C_SOURCE 199309L +#ifndef _POSIX_C_SOURCE +# define _POSIX_C_SOURCE 199309L +#endif #include "x11.h" |