diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-06-17 12:48:09 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-06-17 12:48:09 +0530 |
commit | f27b864591814a9e4630ef0ccc5349bf5bcd1366 (patch) | |
tree | 96d0d0ec208be2e1e0bcbb3d06a22c13e590de65 /msg.c | |
parent | 9d7959bc4b2f70f1d22e296fca0c7a2cc834789a (diff) |
(includes): don't include ftw.h unnecessarily
Diffstat (limited to 'msg.c')
-rw-r--r-- | msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,6 @@ #define _GNU_SOURCE #include <ctype.h> -#include <ftw.h> #include <libgen.h> #include <mkdio.h> #include <regex.h> @@ -9,6 +8,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <sys/stat.h> #include "config.h" |