Coverity: Don't call free_strings (NULL).
[libguestfs.git] / daemon / inotify.c
index 104fa60..8e8b690 100644 (file)
@@ -28,7 +28,7 @@
 #include <sys/inotify.h>
 #endif
 
-#include "../src/guestfs_protocol.h"
+#include "guestfs_protocol.h"
 #include "daemon.h"
 #include "actions.h"
 #include "optgroups.h"