From e00a6af8174e4a75391a72a2bdd5090b7df436fb Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Sun, 21 Sep 2008 19:44:16 +0300 Subject: use sys/inotify.h Some time ago glibc did not yet have inotify support, which forced several applications (including inotail) to ship their own copy of the required headers. Especially considering that this also requires updating the syscall numbers each time a new architecture wants to get supported it's the best to instead switch to #include now. --- inotail.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'inotail.c') diff --git a/inotail.c b/inotail.c index fcf9185..8bda14a 100644 --- a/inotail.c +++ b/inotail.c @@ -33,8 +33,7 @@ #include #include -#include "inotify.h" -#include "inotify-syscalls.h" +#include #include "inotail.h" -- cgit v1.2.3-54-g00ecf