From: Mikko Rasa Date: Tue, 12 Jul 2016 11:30:25 +0000 (+0300) Subject: Request default POSIX features from system headers X-Git-Url: http://git.tdb.fi/?p=netmon.git;a=commitdiff_plain Request default POSIX features from system headers --- diff --git a/main.c b/main.c index dbc1619..e22dbbe 100644 --- a/main.c +++ b/main.c @@ -4,6 +4,7 @@ Copyright © 2008-2016 Mikko Rasa, Mikkosoft Productions Distributed under the GPL */ +#define _DEFAULT_SOURCE #include #include #include