Mercurial > pidgin
changeset 3800:f9b4b1c7d413
[gaim-migrate @ 3943]
<voltron> cvs gaim doesnt compile on freebsd, src/protocols/gg/libgg.c
needs to include sys/types.h before the other includes
<voltron> who should i tell about this?
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Fri, 25 Oct 2002 04:32:23 +0000 |
parents | 3163a8825063 |
children | 8cc3d7526043 |
files | src/protocols/gg/libgg.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/gg/libgg.c Fri Oct 25 02:50:59 2002 +0000 +++ b/src/protocols/gg/libgg.c Fri Oct 25 04:32:23 2002 +0000 @@ -1,4 +1,4 @@ -/* $Id: libgg.c 3850 2002-10-16 19:57:03Z hermanator $ */ +/* $Id: libgg.c 3943 2002-10-25 04:32:23Z chipx86 $ */ /* * (C) Copyright 2001 Wojtek Kaniewski <wojtekka@irc.pl>, @@ -30,6 +30,7 @@ #include <fcntl.h> #endif +#include <sys/types.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> @@ -71,7 +72,7 @@ #ifdef __GNUC__ __attribute__ ((unused)) #endif -= "$Id: libgg.c 3850 2002-10-16 19:57:03Z hermanator $"; += "$Id: libgg.c 3943 2002-10-25 04:32:23Z chipx86 $"; #endif