$OpenBSD$ --- cmake/modules/FindINotify.cmake.orig Sun May 4 10:31:44 2014 +++ cmake/modules/FindINotify.cmake Sun May 4 10:31:58 2014 @@ -4,7 +4,7 @@ # also defined, but not for general use are # INOTIFY_LIBRARY, where to find the inotify library. -find_path(INOTIFY_INCLUDE_DIR sys/inotify.h +find_path(INOTIFY_INCLUDE_DIR sys/kinotify.h HINTS /usr/include/${CMAKE_LIBRARY_ARCHITECTURE}) mark_as_advanced(INOTIFY_INCLUDE_DIR)