changeset 19572:cfc4e56a6a1e

Fix compilation on SkyOS. This patch is from Peter Speybrouk, a.k.a. Darkness. Fixes #2909
author Ethan Blanton <elb@pidgin.im>
date Sun, 02 Sep 2007 14:40:04 +0000
parents de0ae9a3eee2
children affacee881e8 87e9d418cbf6 f34b2e651454
files COPYRIGHT libpurple/internal.h
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/COPYRIGHT	Sun Sep 02 08:00:54 2007 +0000
+++ b/COPYRIGHT	Sun Sep 02 14:40:04 2007 +0000
@@ -348,6 +348,7 @@
 Sony Computer Entertainment America, Inc.
 Andy Spencer
 Mark Spencer
+Peter Speybrouck
 Lex Spoon
 Chris Stafford
 Kevin Stange
--- a/libpurple/internal.h	Sun Sep 02 08:00:54 2007 +0000
+++ b/libpurple/internal.h	Sun Sep 02 14:40:04 2007 +0000
@@ -29,6 +29,10 @@
 # include <config.h>
 #endif
 
+/* for SIOCGIFCONF  in SKYOS */
+#ifdef SKYOS
+#include <net/sockios.h>
+#endif
 /*
  * If we're using NLS, make sure gettext works.  If not, then define
  * dummy macros in place of the normal gettext macros.