define _GNU_SOURCE to silence warning about asprintf

master
Dirk Engling 5 months ago
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…
Cancel
Save