Merge pull request #1265 from johalun/master-freebsd

Adjust _XOPEN_SOURCE value for build on FreeBSD and fix pointer compa…
This commit is contained in:
Drew DeVault 2017-07-08 08:20:36 -04:00 committed by Drew DeVault
parent cf4ea4c86b
commit 5882cb6882
4 changed files with 5 additions and 5 deletions

View file

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