aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-05-28 11:42:28 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-05-28 12:07:38 +0200
commit95a0adfe7804e774b9e60bc528e32ff002127cb9 (patch)
treeae52674d4202095230056ee122e6b0e485e5e554
parentf3178012f26be1b69c4b2cdc3fdda79e6092d9f8 (diff)
downloadslcl-95a0adfe7804e774b9e60bc528e32ff002127cb9.tar.gz
cftw.c: Add missing portability definition
-rw-r--r--cftw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cftw.c b/cftw.c
index bb05843..c4986fd 100644
--- a/cftw.c
+++ b/cftw.c
@@ -1,3 +1,5 @@
+#define _POSIX_C_SOURCE 200809L
+
#include "cftw.h"
#include <dynstr.h>
#include <dirent.h>