added _GNU_SOURCE and limits.h to build against glibc-2.8

This commit is contained in:
Martin Willi
2008-04-24 13:49:20 +00:00
parent c624081a7f
commit 5e6bbf4f77
3 changed files with 7 additions and 0 deletions
+3
View File
@@ -17,6 +17,9 @@
* $Id$
*/
/* for struct in6_pktinfo */
#define _GNU_SOURCE
#include <pthread.h>
#include <sys/types.h>
#include <sys/socket.h>
+3
View File
@@ -17,6 +17,9 @@
* $Id$
*/
/* for struct in6_pktinfo */
#define _GNU_SOURCE
#include <pthread.h>
#include <sys/types.h>
#include <sys/socket.h>