diff src/dnd-hints.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 42d53c416bb9
line wrap: on
line diff
--- a/src/dnd-hints.c	Mon Jan 20 14:16:27 2003 +0000
+++ b/src/dnd-hints.c	Mon Jan 20 16:57:09 2003 +0000
@@ -24,6 +24,10 @@
 #include <gdk/gdk.h>
 #include <gdk-pixbuf/gdk-pixbuf.h>
 
+#ifdef _WIN32
+#include "win32dep.h"
+#endif
+
 typedef struct
 {
 	GtkWidget *widget;