diff options
Diffstat (limited to 'test/fake-reactor.h')
| -rw-r--r-- | test/fake-reactor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/fake-reactor.h b/test/fake-reactor.h index 04d8306..33d1fbc 100644 --- a/test/fake-reactor.h +++ b/test/fake-reactor.h @@ -1,7 +1,8 @@ -#include "reactor.h" #include <stdbool.h> #include <stdint.h> +#include "dged/reactor.h" + struct fake_reactor_impl { bool (*poll_event)(void *userdata, uint32_t ev_id); uint32_t (*register_interest)(void *userdata, int fd, enum interest interest); |
