summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inotail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inotail.h b/inotail.h
index 4c1ca4d..93011e6 100644
--- a/inotail.h
+++ b/inotail.h
@@ -8,7 +8,7 @@
#define _INOTAIL_H
#include <sys/types.h>
-#include "inotify.h"
+#include <sys/inotify.h>
#define DEFAULT_N_LINES 10 /* Number of items to tail. */