Fix build on FreeBSD

This commit is contained in:
emersion 2018-08-16 10:54:45 +01:00
parent 28b0a4065b
commit f86f1daf9a
10 changed files with 9 additions and 10 deletions

View file

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