diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2009-01-18 23:13:44 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2009-01-18 23:13:44 +0100 |
commit | c31ed682546de11f6e6824647c9321e74cf8692b (patch) | |
tree | 8c8c1c9ed6a4d7b652b92a5684cc61b3d58c7e92 | |
parent | cd5f79090c385c9467723161dff900c98a004e25 (diff) |
inotail.h: Use sys/inotify.h
-rw-r--r-- | inotail.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |