diff src/stock.c @ 4363:65d98b565fbe

[gaim-migrate @ 4629] Win32 fixes for the latest stuff by I Eat Phroggies. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 20 Jan 2003 16:57:09 +0000
parents 5fb47ec9bfe4
children 7521e29658bc
line wrap: on
line diff
--- a/src/stock.c	Mon Jan 20 14:16:27 2003 +0000
+++ b/src/stock.c	Mon Jan 20 16:57:09 2003 +0000
@@ -25,6 +25,10 @@
 #include <gtk/gtk.h>
 #include <string.h>
 
+#ifdef _WIN32
+#include "win32dep.h"
+#endif
+
 static struct StockIcon
 {
 	const char *name;