forgot OS dependent macro

This commit is contained in:
Medicine Yeh 2016-02-03 18:29:14 +08:00
parent a721288235
commit ff84a85f43

View File

@ -8,7 +8,9 @@
*
********************************/
#if defined(__linux__)
#define _GNU_SOURCE
#endif
#include <unistd.h>
#include <signal.h>
#include <stdio.h>