diff options
Diffstat (limited to '')
-rw-r--r-- | src/InotifyUpdate.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/InotifyUpdate.cxx b/src/InotifyUpdate.cxx index 878da888e..5440c0a84 100644 --- a/src/InotifyUpdate.cxx +++ b/src/InotifyUpdate.cxx @@ -21,13 +21,13 @@ #include "InotifyUpdate.hxx" #include "InotifySource.hxx" #include "InotifyQueue.hxx" -#include "database.h" #include "Mapper.hxx" extern "C" { #include "path.h" } +#include <glib.h> #include <assert.h> #include <sys/inotify.h> #include <sys/stat.h> |