A small xfce4-weather-plugin patch
Martti Kuparinen
martti.kuparinen at iki.fi
Wed Dec 21 16:17:33 CET 2005
----------------------------
revision 1.3
date: 2005/12/21 15:15:52; author: martti; state: Exp; lines: +12 -8
Include <sys/types.h> before <sys/socket.h>. This fixed compilation
problems on DragonFly BSD. Reported and patch provided by Francis GUDIN
on a private mail.
----------------------------
$NetBSD: patch-aa,v 1.3 2005/12/21 15:15:52 martti Exp $
--- panel-plugin/http_client.h.orig 2005-12-21 15:10:56.000000000 +0200
+++ panel-plugin/http_client.h 2005-12-21 15:11:06.000000000 +0200
@@ -1,7 +1,7 @@
+#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <netinet/in.h>
-#include <sys/types.h>
#include <string.h>
#include <unistd.h>
More information about the Xfce4-dev
mailing list