summaryrefslogtreecommitdiff
path: root/src/muc-channel.c
diff options
context:
space:
mode:
authorSiraj Razick <siraj.razick@collabora.co.uk>2012-02-17 20:09:43 -0500
committerOlli Salli <olli.salli@collabora.co.uk>2012-02-22 20:43:52 +0200
commit8bf98188488163814ee6348d432254ff15e8690b (patch)
treeb0c2dae21c0a0d9097b3f03c5ac02ea5417933db /src/muc-channel.c
parenta538471869a8ed140036dfa1896ae6b70df9c2e8 (diff)
downloadtelepathy-salut-8bf98188488163814ee6348d432254ff15e8690b.tar.gz
salut: Support using the dummy backend
Diffstat (limited to 'src/muc-channel.c')
-rw-r--r--src/muc-channel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/muc-channel.c b/src/muc-channel.c
index 0ddcc0aa..40e60090 100644
--- a/src/muc-channel.c
+++ b/src/muc-channel.c
@@ -21,7 +21,9 @@
#include <dbus/dbus-glib.h>
#include <stdio.h>
#include <stdlib.h>
+#ifdef G_OS_UNIX
#include <arpa/inet.h>
+#endif
#include <string.h>