# HG changeset patch # User Christian Hammond # Date 1035520343 0 # Node ID f9b4b1c7d413ffa1025f634846891f7bfab9b5b3 # Parent 3163a8825063bd090be079cc5207f2cc1f96aa98 [gaim-migrate @ 3943] cvs gaim doesnt compile on freebsd, src/protocols/gg/libgg.c needs to include sys/types.h before the other includes who should i tell about this? committer: Tailor Script diff -r 3163a8825063 -r f9b4b1c7d413 src/protocols/gg/libgg.c --- 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 , @@ -30,6 +30,7 @@ #include #endif +#include #include #include #include @@ -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