]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
Move _GNU_SOURCE declaration further to the top, so recursive inclusion of stdio...
authorDirk Engling <erdgeist@erdgeist.org>
Sun, 21 Apr 2024 12:58:42 +0000 (14:58 +0200)
committerDirk Engling <erdgeist@erdgeist.org>
Sun, 21 Apr 2024 12:58:42 +0000 (14:58 +0200)
ot_http.c

index af3f210ce3def4c71cd4a4f56a33c01a8929677f..5c622e2f38ed63f5b36ff09a1ee1999a11d5e76d 100644 (file)
--- a/ot_http.c
+++ b/ot_http.c
@@ -4,9 +4,9 @@
    $id$ */
 
 /* System */
+#define _GNU_SOURCE
 #include <arpa/inet.h>
 #include <pthread.h>
-#define _GNU_SOURCE
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>