Mercurial > pidgin
changeset 4016:ad31c79c18b7
[gaim-migrate @ 4216]
its nice when things compile on freebsd as well ;-)
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Fri, 29 Nov 2002 12:48:01 +0000 |
parents | d93f3e15381f |
children | 4cf1d0ff9f5f |
files | src/protocols/gg/libgg.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/gg/libgg.c Thu Nov 28 02:41:30 2002 +0000 +++ b/src/protocols/gg/libgg.c Fri Nov 29 12:48:01 2002 +0000 @@ -1,4 +1,4 @@ -/* $Id: libgg.c 3943 2002-10-25 04:32:23Z chipx86 $ */ +/* $Id: libgg.c 4216 2002-11-29 12:48:01Z lschiere $ */ /* * (C) Copyright 2001 Wojtek Kaniewski <wojtekka@irc.pl>, @@ -18,6 +18,7 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include <sys/types.h> #ifndef _WIN32 #include <sys/socket.h> #include <netinet/in.h> @@ -30,7 +31,6 @@ #include <fcntl.h> #endif -#include <sys/types.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> @@ -72,7 +72,7 @@ #ifdef __GNUC__ __attribute__ ((unused)) #endif -= "$Id: libgg.c 3943 2002-10-25 04:32:23Z chipx86 $"; += "$Id: libgg.c 4216 2002-11-29 12:48:01Z lschiere $"; #endif