summaryrefslogtreecommitdiffstats
path: root/src/shell.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/shell.c
parentfcc5bcad1add369b7b9e0a25cc63b88dfb83e5fe (diff)
downloadfastd-a8304e288b4f24ca15b4f61dc18bea2c88c24e81.tar
fastd-a8304e288b4f24ca15b4f61dc18bea2c88c24e81.zip
Move _GNU_SOURCE define to types.h
Diffstat (limited to 'src/shell.c')
-rw-r--r--src/shell.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shell.c b/src/shell.c
index 656c7cc..e8e1cf8 100644
--- a/src/shell.c
+++ b/src/shell.c
@@ -24,8 +24,6 @@
*/
-#define _GNU_SOURCE
-
#include "peer.h"
#include <arpa/inet.h>