yet another try to fix #4, now tested on another linux system

This commit is contained in:
TLINDEN
2014-12-20 20:10:08 +01:00
parent 85db8c664c
commit 1e3f6c8bc2
3 changed files with 32 additions and 6 deletions

View File

@@ -23,12 +23,6 @@
#ifndef _HAVE_PCP_H
#define _HAVE_PCP_H
#if defined __linux__ || defined __GNU__ || defined __GLIBC__
#define _DEFAULT_SOURCE 1
#else
#define _BSD_SOURCE 1
#endif
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>