From e8d385f17607bbe86204251062039690dfc3979a Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Sun, 21 Apr 2024 14:58:42 +0200 Subject: Move _GNU_SOURCE declaration further to the top, so recursive inclusion of stdio does not ignore the macro --- ot_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ot_http.c') diff --git a/ot_http.c b/ot_http.c index af3f210..5c622e2 100644 --- a/ot_http.c +++ b/ot_http.c @@ -4,9 +4,9 @@ $id$ */ /* System */ +#define _GNU_SOURCE #include #include -#define _GNU_SOURCE #include #include #include -- cgit v1.2.3