mirror of
git://erdgeist.org/opentracker
synced 2025-04-26 14:36:18 +08:00
define _GNU_SOURCE to silence warning about asprintf
This commit is contained in:
parent
a4161f911f
commit
a6c4766348
@ -6,6 +6,7 @@
|
||||
/* System */
|
||||
#include <arpa/inet.h>
|
||||
#include <pthread.h>
|
||||
#define _GNU_SOURCE
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user