[empathy/gnome-2-30] tp-file: include netinet/in.h



commit 0abebe1a4f75bc2919c4894a58cee2742cd423d9
Author: Jasper Lievisse Adriaanse <jasper humppa nl>
Date:   Tue Apr 27 09:38:45 2010 +0200

    tp-file: include netinet/in.h
    
    The storage size of 'addr' isn't known without netinet/in.h (#616859).

 libempathy/empathy-tp-file.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libempathy/empathy-tp-file.c b/libempathy/empathy-tp-file.c
index c43fa0b..ed0bdb2 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>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]