diff options
Diffstat (limited to '')
-rw-r--r-- | test/RunInotify.cxx (renamed from test/run_inotify.c) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/run_inotify.c b/test/RunInotify.cxx index 3e7c70dba..2b77130d8 100644 --- a/test/run_inotify.c +++ b/test/RunInotify.cxx @@ -18,9 +18,10 @@ */ #include "config.h" -#include "inotify_source.h" +#include "InotifySource.hxx" + +#include <glib.h> -#include <stdbool.h> #include <sys/inotify.h> #include <signal.h> |