aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@humppa.nl>2010-04-27 15:38:45 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-27 15:43:31 +0800
commit8dc0c03b37ff1b6abaeb6b73b85eb0e9b3ab32af (patch)
treec6962c1d1ffd2e2586a39c5391756a70d4c8f466 /libempathy
parent81083111d84e63d44f868bb656482e16d70859d9 (diff)
downloadgsoc2013-empathy-8dc0c03b37ff1b6abaeb6b73b85eb0e9b3ab32af.tar
gsoc2013-empathy-8dc0c03b37ff1b6abaeb6b73b85eb0e9b3ab32af.tar.gz
gsoc2013-empathy-8dc0c03b37ff1b6abaeb6b73b85eb0e9b3ab32af.tar.bz2
gsoc2013-empathy-8dc0c03b37ff1b6abaeb6b73b85eb0e9b3ab32af.tar.lz
gsoc2013-empathy-8dc0c03b37ff1b6abaeb6b73b85eb0e9b3ab32af.tar.xz
gsoc2013-empathy-8dc0c03b37ff1b6abaeb6b73b85eb0e9b3ab32af.tar.zst
gsoc2013-empathy-8dc0c03b37ff1b6abaeb6b73b85eb0e9b3ab32af.zip
tp-file: include netinet/in.h
The storage size of 'addr' isn't known without netinet/in.h (#616859).
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-tp-file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-file.c b/libempathy/empathy-tp-file.c
index c43fa0be7..ed0bdb2d8 100644
--- a/libempathy/empathy-tp-file.c
+++ b/libempathy/empathy-tp-file.c
@@ -30,6 +30,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
+#include <netinet/in.h>
#include <glib/gi18n-lib.h>