Merge pull request #1188 from emersion/freebsd-fixes

Fix build on FreeBSD
This commit is contained in:
emersion 2018-08-16 11:02:21 +01:00 committed by GitHub
commit d66d33f5a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>