TLS: preload configuration items
[exim.git] / src / src / exim.h
index 1ddba187bb99fb8fc51a2484f2f0bba54e28d91b..6669e809e3e631635e1e1eeb76d707a17b9faa95 100644 (file)
@@ -87,6 +87,10 @@ making unique names. */
 # include <limits.h>
 #endif
 
+#ifdef EXIM_HAVE_INOTIFY
+# include <sys/inotify.h>
+#endif
+
 /* C99 integer types, figure out how to undo this if needed for older systems */
 
 #include <inttypes.h>