]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing include for FILE
authorJulian Smart <julian@anthemion.co.uk>
Sat, 25 Nov 2006 10:49:15 +0000 (10:49 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 25 Nov 2006 10:49:15 +0000 (10:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/assertdlg_gtk.c

index b5a877aab2eee628cb6cfb57261712fe62280cfe..767f5a0158faf4b4cb248bcf70d59fb1df3bbde8 100644 (file)
@@ -20,6 +20,9 @@ extern "C" {
 
 #include <gtk/gtk.h>
 
+/* For FILE */
+#include <stdio.h>
+
 
 #if GTK_CHECK_VERSION(2,4,0)
 #include <gtk/gtkexpander.h>