Fix build on FreeBSD

This commit is contained in:
Johannes Lundberg 2017-07-07 13:14:36 +02:00
parent 02005e3f99
commit e825e12285
4 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
#define _XOPEN_SOURCE 500
#define _XOPEN_SOURCE 700
#define _POSIX_C_SOURCE 200809L
#include <stdio.h>
#include <stdlib.h>