define _GNU_SOURCE to silence warning about asprintf

master
Dirk Engling 2024-04-15 16:44:07 +02:00
parent a4161f911f
commit a6c4766348
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
/* System */
#include <arpa/inet.h>
#include <pthread.h>
#define _GNU_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <string.h>