#define _POSIX_SOURCE for FreeBSD

This commit is contained in:
leitner 2017-12-17 10:23:48 +00:00
parent 3b44408747
commit 2cc0eec6cc
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#define _POSIX_SOURCE
#include <sys/types.h>
#ifndef __MINGW32__
#include <unistd.h>

View File

@ -1,3 +1,4 @@
#define _POSIX_SOURCE
#include <sys/types.h>
#ifndef __MINGW32__
#include <unistd.h>

View File

@ -1,3 +1,4 @@
#define _POSIX_SOURCE
#include <sys/types.h>
#ifndef __MINGW32__
#include <unistd.h>