summaryrefslogtreecommitdiff
path: root/communication_source.c
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2010-08-23 20:07:01 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2010-08-23 20:07:01 +0200
commitc7147f5ccc6d0fa4a019c54166085a36f86a1bf0 (patch)
tree99a199deee963252aa0070658ca27c963a2ed3a6 /communication_source.c
parentd295f0a4cbc5f96b0aa65a3d005f98bc31511068 (diff)
Moved server_sync() to server_communication.c.
Diffstat (limited to 'communication_source.c')
-rw-r--r--communication_source.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/communication_source.c b/communication_source.c
index b0a03cb..d2e7179 100644
--- a/communication_source.c
+++ b/communication_source.c
@@ -1,5 +1,6 @@
#include "communication_source.h"
#include "servers.h"
+#include "server_communication.h"
static GQueue *jobqueue = NULL;