aboutsummaryrefslogtreecommitdiff
path: root/msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'msg.c')
-rw-r--r--msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/msg.c b/msg.c
index 4be1243..fd91faf 100644
--- a/msg.c
+++ b/msg.c
@@ -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"