Another small fix for Dano/ZETA compilation. Why is it Haiku does not seem

to need stdio.h for printf/fprintf?
 


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18132 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Bruno G. Albuquerque
2006-07-13 11:05:15 +00:00
parent 860cab293d
commit 96c52f75e4
@@ -10,6 +10,8 @@
#include <new>
#include <stdio.h>
#include <Entry.h>
#include "CommandStack.h"