Fix compilation error

This commit is contained in:
Night Kaly 2025-02-09 22:50:01 +00:00
parent df01136d5a
commit e7b2ebeb17
Signed by: night0721
SSH key fingerprint: SHA256:B/hgVwUoBpx5vdNsXl9w8XwZljA9766uk6T4ubZp5HM

1
ccc.c
View file

@ -1,6 +1,7 @@
#include <ctype.h>
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
#include <ftw.h>
#include <stdio.h>
#include <stdlib.h>