cftw.c: Add missing portability definition

This commit is contained in:
Xavier Del Campo Romero 2023-05-28 11:42:28 +02:00
parent f3178012f2
commit 95a0adfe78
Signed by: xavi
GPG Key ID: 84FF3612A9BF43F2
1 changed files with 2 additions and 0 deletions

2
cftw.c
View File

@ -1,3 +1,5 @@
#define _POSIX_C_SOURCE 200809L
#include "cftw.h"
#include <dynstr.h>
#include <dirent.h>