include stdio

This commit is contained in:
Dana Jansens 2003-02-03 05:06:10 +00:00
parent f06b944933
commit e0eaee86de

View file

@ -6,6 +6,13 @@
#include "eventdispatcher.hh"
#include "display.hh"
extern "C" {
#ifdef HAVE_STDIO_H
# include <stdio.h>
#endif
}
#include <iostream>
namespace otk {