im.pidgin.pidgin: 2fcb5d2cb35c5ba692592e22bc442c3d62000f85
elb at pidgin.im
elb at pidgin.im
Tue Nov 27 11:06:00 EST 2007
-----------------------------------------------------------------
Revision: 2fcb5d2cb35c5ba692592e22bc442c3d62000f85
Ancestor: 146312f9ab120160d0659f33849ccb95fede1c3f
Author: elb at pidgin.im
Date: 2007-11-27T15:56:20
Branch: im.pidgin.pidgin
Modified files:
libpurple/protocols/bonjour/jabber.c
ChangeLog:
Some platforms require additional includes before net/if.h, and this
is taken care of in internal.h. This fixes bonjour compile on FreeBSD.
-------------- next part --------------
============================================================
--- libpurple/protocols/bonjour/jabber.c 08274ff5a48efe62fc26589d9129faa319f7ebf8
+++ libpurple/protocols/bonjour/jabber.c fe185ce3027b8e5c02858a6c3bfd0397ca38bcce
@@ -19,6 +19,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
+
+#include "internal.h"
+
#ifndef _WIN32
#include <net/if.h>
#include <sys/ioctl.h>
@@ -33,7 +36,6 @@
#include <unistd.h>
#include <fcntl.h>
-#include "internal.h"
#include "network.h"
#include "eventloop.h"
#include "connection.h"
More information about the Commits
mailing list