Commit 0e951da6 authored by Max Kellermann's avatar Max Kellermann

event/Loop: add missing #ifdef

parent 38dab040
...@@ -21,9 +21,12 @@ ...@@ -21,9 +21,12 @@
#include "TimerEvent.hxx" #include "TimerEvent.hxx"
#include "SocketMonitor.hxx" #include "SocketMonitor.hxx"
#include "IdleEvent.hxx" #include "IdleEvent.hxx"
#include "DeferEvent.hxx"
#include "util/ScopeExit.hxx" #include "util/ScopeExit.hxx"
#ifdef HAVE_THREADED_EVENT_LOOP
#include "DeferEvent.hxx"
#endif
#ifdef HAVE_URING #ifdef HAVE_URING
#include "UringManager.hxx" #include "UringManager.hxx"
#include "util/PrintException.hxx" #include "util/PrintException.hxx"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment