commit | 61a70360e61df478b0500f5212ada9414eef67b7 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Fri Jun 26 15:45:03 2009 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Jun 26 15:45:03 2009 +0200 |
tree | a320cd4cfff86159cff87e5a5f7eecf69c9d2527 | |
parent | 6a392a8aa93b849031219845dc3eb4ecf86e2aa5 [diff] [blame] |
server: Use sys/inotify.h if it exists instead of hardcoding the system calls.
diff --git a/configure.ac b/configure.ac index 60bd78e..c696cb2 100644 --- a/configure.ac +++ b/configure.ac
@@ -347,6 +347,7 @@ sys/event.h \ sys/exec_elf.h \ sys/filio.h \ + sys/inotify.h \ sys/ioctl.h \ sys/ipc.h \ sys/limits.h \