1
0
mirror of git://erdgeist.org/opentracker synced 2025-01-12 07:50:52 +00:00

define _GNU_SOURCE to silence warning about asprintf

This commit is contained in:
Dirk Engling 2024-04-15 16:44:07 +02:00
parent a4161f911f
commit a6c4766348

View File

@ -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>