Patch to fix bonobo-activation build on FreeBSD



Yup, it's that time of day again... Attached patch fixes three warnings which
ensue from incorrect include order.

-- 
Theo van Klaveren <t vanklaveren student utwente nl>
http://home.student.utwente.nl/t.vanklaveren
diff -u -r1.38 bonobo-activation-init.c
--- bonobo-activation/bonobo-activation-init.c	2001/08/17 17:54:53	1.38
+++ bonobo-activation/bonobo-activation-init.c	2001/08/27 20:50:16
@@ -31,11 +31,11 @@
 #include "bonobo-activation-private.h"
 #include "bonobo-activation-register.h"
 #include "bonobo-activation-version.h"
+#include <netinet/in.h>
 #include <arpa/inet.h>
 #include <fcntl.h>
 #include <glib.h>
 #include <netdb.h>
-#include <netinet/in.h>
 #include <popt.h>
 #include <signal.h>
 #include <stdlib.h>


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