summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2018-08-14 18:39:33 +0200
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commit1a7523a8c73ff91109c459da6f0af2fd3585e1e7 (patch)
tree0de40838449f2e1b051669c1360f5b7f959e20fc /src/systemd
parent5df5d72136c7c0b4a45a76463cb3441404f29cb4 (diff)
Prep v239: Add missing updates that evaded migration.
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/sd-event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd/sd-event.h b/src/systemd/sd-event.h
index ea1f313b0..e6f2c50a8 100644
--- a/src/systemd/sd-event.h
+++ b/src/systemd/sd-event.h
@@ -21,7 +21,7 @@
#include <inttypes.h>
#include <signal.h>
#include <sys/epoll.h>
-//#include <sys/inotify.h>
+#include <sys/inotify.h>
#include <sys/signalfd.h>
#include <sys/types.h>
/*#include <time.h>*/