summaryrefslogtreecommitdiff
path: root/inotail.c
diff options
context:
space:
mode:
Diffstat (limited to 'inotail.c')
-rw-r--r--inotail.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/inotail.c b/inotail.c
index 000b5c1..670d9fe 100644
--- a/inotail.c
+++ b/inotail.c
@@ -32,9 +32,8 @@
#include <getopt.h>
#include <sys/types.h>
#include <sys/stat.h>
+#include <sys/inotify.h>
-#include "inotify.h"
-#include "inotify-syscalls.h"
#include "inotail.h"
#define PROGRAM_NAME "inotail"