# HG changeset patch # User Mark Doliner # Date 1068358326 0 # Node ID dedbfdc7ce6587c7bf62e31be46feb3651e662a6 # Parent a259e244e44f474a7fd2732cb3d02ebdc3857a6a [gaim-migrate @ 8078] Thanks to Jon Bernard for noticing the missing include. And thanks for Joseph S. Myers for being totally sweet. committer: Tailor Script diff -r a259e244e44f -r dedbfdc7ce65 src/gtksound.c --- a/src/gtksound.c Sat Nov 08 21:32:13 2003 +0000 +++ b/src/gtksound.c Sun Nov 09 06:12:06 2003 +0000 @@ -40,6 +40,7 @@ #include "notify.h" #include "prefs.h" #include "sound.h" +#include "util.h" #include "gtksound.h" diff -r a259e244e44f -r dedbfdc7ce65 src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Sat Nov 08 21:32:13 2003 +0000 +++ b/src/protocols/oscar/oscar.c Sun Nov 09 06:12:06 2003 +0000 @@ -3893,6 +3893,9 @@ #if 0 /* + * Update, 2003-11-09: + * Joseph S. Myers, a gcc dude, fixed this for gcc 3.4! Rock on! + * * It may not be my place to do this, but... * I feel pretty strongly that the "last 2 digits" warning is ridiculously * stupid, and should not exist for % switches (%x in our case) that request