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>
+1
View File
@@ -19,6 +19,7 @@
#include "stroke_shared_key.h"
#include <sys/stat.h>
#include <limits.h>
#include <credentials/certificates/x509.h>
#include <credentials/certificates/crl.h>