Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / src / src / exim.h
index 1ddba187bb99fb8fc51a2484f2f0bba54e28d91b..f27ed5cd8519ccbcb86e3868772767ab67c45f78 100644 (file)
@@ -87,6 +87,13 @@ making unique names. */
 # include <limits.h>
 #endif
 
+#ifdef EXIM_HAVE_INOTIFY
+# include <sys/inotify.h>
+#endif
+#ifdef EXIM_HAVE_KEVENT
+# include <sys/event.h>
+#endif
+
 /* C99 integer types, figure out how to undo this if needed for older systems */
 
 #include <inttypes.h>