* Fix up inotify autoconf support.

This commit is contained in:
Justin Maggard
2011-09-21 21:55:56 +00:00
parent 773e1f6566
commit 9a325e04b0
5 changed files with 31 additions and 863 deletions

View File

@ -31,7 +31,7 @@
#include <sys/time.h>
#include <sys/resource.h>
#include <poll.h>
#ifdef HAVE_INOTIFY_H
#ifdef HAVE_SYS_INOTIFY_H
#include <sys/inotify.h>
#else
#include "linux/inotify.h"