event/Loop: add missing #ifdef
This commit is contained in:
parent
38dab040b3
commit
0e951da64b
@ -21,9 +21,12 @@
|
||||
#include "TimerEvent.hxx"
|
||||
#include "SocketMonitor.hxx"
|
||||
#include "IdleEvent.hxx"
|
||||
#include "DeferEvent.hxx"
|
||||
#include "util/ScopeExit.hxx"
|
||||
|
||||
#ifdef HAVE_THREADED_EVENT_LOOP
|
||||
#include "DeferEvent.hxx"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_URING
|
||||
#include "UringManager.hxx"
|
||||
#include "util/PrintException.hxx"
|
||||
|
Loading…
Reference in New Issue
Block a user