Added missing include for FILE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
7ebc40e8b9
commit
3a2d0cecf9
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user