Fixed compiler warning in examples

This commit is contained in:
Evgeny Grin (Karlson2k)
2022-01-06 19:05:41 +03:00
parent cbd62cc2d3
commit 88b7523e13
+3 -1
View File
@@ -2,7 +2,9 @@
you see fit (Public Domain) */
/* needed for asprintf */
#define _GNU_SOURCE
#ifndef _GNU_SOURCE
#define _GNU_SOURCE 1
#endif
#include <stdlib.h>
#include <string.h>