gnome-python-desktop r523 - trunk/gtop



Author: gjc
Date: Sat Jan 17 18:49:43 2009
New Revision: 523
URL: http://svn.gnome.org/viewvc/gnome-python-desktop?rev=523&view=rev

Log:
[Jasper Lievisse Adriaanse] Bug 565469 â missing #include in gtop.c

Modified:
   trunk/gtop/gtop.c

Modified: trunk/gtop/gtop.c
==============================================================================
--- trunk/gtop/gtop.c	(original)
+++ trunk/gtop/gtop.c	Sat Jan 17 18:49:43 2009
@@ -45,6 +45,7 @@
 
 #include <sys/types.h>
 #include <sys/socket.h>
+#include <netinet/in.h>
 #include <arpa/inet.h>
 
 



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