summaryrefslogtreecommitdiff
path: root/inotail.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2009-01-24 13:44:33 +0100
committerTobias Klauser <tklauser@distanz.ch>2009-01-24 13:44:33 +0100
commita247ef9e83192dd5197ab13abac57acea2c9971f (patch)
tree8313ed26f68334667fd88d6dc85d0a15dba5be2e /inotail.h
parent03a70c5519c75abd4e09509434ba11d39aad1a2f (diff)
parentf6ae74eb0e94facb9fea8002ea86b5af1f6e593e (diff)
Merge branch 'master' into followname
Conflicts: inotail.c
Diffstat (limited to 'inotail.h')
-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. */