Add #include <stdio.h> for fprintf

svn path=/trunk/; revision=34028
This commit is contained in:
Bill Meier 2010-08-30 23:58:19 +00:00
parent f51ed4d4c3
commit a35e5c72e9
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
# include "config.h"
#endif
#include <stdio.h>
#include <string.h>
#include <gtk/gtk.h>