define _GNU_SOURCE for strdup

This commit is contained in:
leitner
2025-04-29 20:32:08 +00:00
parent d3557b2b3a
commit 5daa91a981

View File

@@ -1,3 +1,4 @@
#define _GNU_SOURCE
#include <assert.h>
#include <libowfat/iob.h>
#include <unistd.h>