Merge pull request #2864 from sghctoma/freebsd-fixes

FreeBSD fixes
This commit is contained in:
Drew DeVault 2018-10-17 16:14:35 +02:00 committed by GitHub
commit 46dafbf74a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#define _POSIX_C_SOURCE 199309L
#define _POSIX_C_SOURCE 200112L
#include <limits.h>
#include <string.h>
#include <stdbool.h>