summaryrefslogtreecommitdiffstats
path: root/server/main_dispatcher.h
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2013-01-25 09:18:00 -0500
committerYonit Halperin <yhalperi@redhat.com>2013-04-22 16:30:54 -0400
commitba1aaef0fea69dc46297a5f85d50020fb728355b (patch)
tree353776844737c8642a6405c2d7966af49cda3f24 /server/main_dispatcher.h
parent23730a6c800fa00c6975b4c36a46b2b427aac35c (diff)
downloadspice-ba1aaef0fea69dc46297a5f85d50020fb728355b.tar.gz
spice-ba1aaef0fea69dc46297a5f85d50020fb728355b.tar.xz
spice-ba1aaef0fea69dc46297a5f85d50020fb728355b.zip
dispatcher.h: fix - s/#define MAIN_DISPATCHER_H/#define DISPATCHER_H
Diffstat (limited to 'server/main_dispatcher.h')
-rw-r--r--server/main_dispatcher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/main_dispatcher.h b/server/main_dispatcher.h
index ec4a6b44..d44ee3a5 100644
--- a/server/main_dispatcher.h
+++ b/server/main_dispatcher.h
@@ -2,6 +2,7 @@
#define MAIN_DISPATCHER_H
#include <spice.h>
+#include "red_channel.h"
void main_dispatcher_channel_event(int event, SpiceChannelEventInfo *info);
void main_dispatcher_seamless_migrate_dst_complete(RedClient *client);