diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-07-25 14:03:54 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-07-25 14:03:54 +0200 |
commit | a8304e288b4f24ca15b4f61dc18bea2c88c24e81 (patch) | |
tree | 02176c8c59089dd93074a4195c3f5dde3f94742d /src/config.y | |
parent | fcc5bcad1add369b7b9e0a25cc63b88dfb83e5fe (diff) | |
download | fastd-a8304e288b4f24ca15b4f61dc18bea2c88c24e81.tar fastd-a8304e288b4f24ca15b4f61dc18bea2c88c24e81.zip |
Move _GNU_SOURCE define to types.h
Diffstat (limited to 'src/config.y')
-rw-r--r-- | src/config.y | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config.y b/src/config.y index e0fa412..75f2019 100644 --- a/src/config.y +++ b/src/config.y @@ -34,8 +34,6 @@ %parse-param {int depth} %code requires { - #define _GNU_SOURCE - #include <fastd.h> #include <arpa/inet.h> } |