mirror of
git://erdgeist.org/opentracker
synced 2025-03-28 13:36:20 +01:00
define _GNU_SOURCE to silence warning about asprintf
This commit is contained in:
parent
a4161f911f
commit
a6c4766348
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
/* System */
|
/* System */
|
||||||
#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