mirror of
git://erdgeist.org/opentracker
synced 2025-03-28 13:36:20 +01:00
Move _GNU_SOURCE declaration further to the top, so recursive inclusion of stdio does not ignore the macro
This commit is contained in:
parent
492da4a57e
commit
e8d385f176
1 changed files with 1 additions and 1 deletions
|
@ -4,9 +4,9 @@
|
||||||
$id$ */
|
$id$ */
|
||||||
|
|
||||||
/* System */
|
/* System */
|
||||||
|
#define _GNU_SOURCE
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#define _GNU_SOURCE
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue