diff src/themes.c @ 4321:1cfad48b7d93

[gaim-migrate @ 4576] win32'ized committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Thu, 16 Jan 2003 22:39:22 +0000
parents a23ae74677a2
children 8a932c488afc
line wrap: on
line diff
--- a/src/themes.c	Thu Jan 16 22:37:44 2003 +0000
+++ b/src/themes.c	Thu Jan 16 22:39:22 2003 +0000
@@ -27,6 +27,10 @@
 #include <ctype.h>
 #include "gaim.h"
 
+#ifdef _WIN32
+#include "win32dep.h"
+#endif
+
 struct smiley_list {
 	char *sml;
 	GSList *smileys;