summaryrefslogtreecommitdiffstats
path: root/src/handshake.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-07-25 14:03:54 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-07-25 14:03:54 +0200
commita8304e288b4f24ca15b4f61dc18bea2c88c24e81 (patch)
tree02176c8c59089dd93074a4195c3f5dde3f94742d /src/handshake.c
parentfcc5bcad1add369b7b9e0a25cc63b88dfb83e5fe (diff)
downloadfastd-a8304e288b4f24ca15b4f61dc18bea2c88c24e81.tar
fastd-a8304e288b4f24ca15b4f61dc18bea2c88c24e81.zip
Move _GNU_SOURCE define to types.h
Diffstat (limited to 'src/handshake.c')
-rw-r--r--src/handshake.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/handshake.c b/src/handshake.c
index 240e24a..b58745c 100644
--- a/src/handshake.c
+++ b/src/handshake.c
@@ -24,8 +24,6 @@
*/
-#define _GNU_SOURCE
-
#include "handshake.h"
#include "packet.h"
#include "peer.h"