aboutsummaryrefslogtreecommitdiffstats
path: root/src/client_event.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/client_event.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client_event.c b/src/client_event.c
index 4f54ae0a7..5680e557b 100644
--- a/src/client_event.c
+++ b/src/client_event.c
@@ -19,7 +19,7 @@
#include "config.h"
#include "client_internal.h"
-#include "main.h"
+#include "Main.hxx"
#include <assert.h>
@@ -77,6 +77,7 @@ client_in_event(G_GNUC_UNUSED GIOChannel *source, GIOCondition condition,
ret = client_read(client);
switch (ret) {
case COMMAND_RETURN_OK:
+ case COMMAND_RETURN_IDLE:
case COMMAND_RETURN_ERROR:
break;