diff options
| author | Vincent Douillet <vincent@vdouillet.fr> | 2026-07-10 22:15:00 +0200 |
|---|---|---|
| committer | Vincent Douillet <vincent@vdouillet.fr> | 2026-07-10 22:15:00 +0200 |
| commit | 9669adeceb9cc6ac41ca4ea9b9bc3f89036fc569 (patch) | |
| tree | cfae231b3b4b937fd4e42fa1b5e0f8a95132cec1 /delete.c | |
| parent | c5c9cc569178e732ff3fb81d74050c18667bdec4 (diff) | |
Diffstat (limited to 'delete.c')
| -rw-r--r-- | delete.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -30,9 +30,12 @@ #include <sys/types.h> #include <sys/stat.h> -#include <fts.h> + +#include <stdarg.h> +#include <stdint.h> #include <kcgi.h> #include <kcgihtml.h> +#include <fts.h> #include <limits.h> #include <stdio.h> #include <stdlib.h> |
