Merge pull request #252 from myfreeweb/freebsd-compat

Add FreeBSD compatibility
This commit is contained in:
Drew DeVault 2017-10-11 08:54:28 -04:00 committed by GitHub
commit bf5299a3a5
17 changed files with 283 additions and 13 deletions

View file

@ -1,4 +1,4 @@
#define _POSIX_C_SOURCE 199309L
#define _POSIX_C_SOURCE 200809L
#include <time.h>
#include <stdlib.h>
#include <stdbool.h>