diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-07-01 07:50:01 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-07-01 07:50:01 +0000 |
| commit | 166b788d61a443a1576f8b56abdf06fea5a2178e (patch) | |
| tree | e6f4760d01f83d0865fecdd097fca51e521a1376 /src/files.c | |
| parent | fcfb6ac21651e286092bcc92309e89c8fa2e87fd (diff) | |
ezntek: checkpoint!
Diffstat (limited to 'src/files.c')
| -rw-r--r-- | src/files.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/files.c b/src/files.c index 8903557..7bfc507 100644 --- a/src/files.c +++ b/src/files.c @@ -19,6 +19,7 @@ */ #include "files.h" +#include <sys/stat.h> bool file_exists(const char *path) { struct stat buffer; |
