summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-07-01 18:19:15 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-07-01 18:19:15 +0200
commit87c28ed8bb5916120ef721008ebe8b3761b11441 (patch)
tree7f7fe4d7680971732dfd1b4d71bbb98873fea1a0
parent1a86ef3c5c967b9134c1623faa0748687cd5697f (diff)
downloadfastd-87c28ed8bb5916120ef721008ebe8b3761b11441.tar
fastd-87c28ed8bb5916120ef721008ebe8b3761b11441.zip
Add missing _GNU_SOURCE definition
-rw-r--r--src/handshake.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/handshake.c b/src/handshake.c
index 01a582f..141f4ce 100644
--- a/src/handshake.c
+++ b/src/handshake.c
@@ -24,6 +24,8 @@
*/
+#define _GNU_SOURCE
+
#include "handshake.h"
#include "packet.h"
#include "peer.h"