From 96c52f75e43e6cd2674b33015bf9392c4f363436 Mon Sep 17 00:00:00 2001 From: "Bruno G. Albuquerque" Date: Thu, 13 Jul 2006 11:05:15 +0000 Subject: [PATCH] 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 --- src/apps/icon-o-matic/document/Document.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/apps/icon-o-matic/document/Document.cpp b/src/apps/icon-o-matic/document/Document.cpp index 34cd39636d..47d539301f 100644 --- a/src/apps/icon-o-matic/document/Document.cpp +++ b/src/apps/icon-o-matic/document/Document.cpp @@ -10,6 +10,8 @@ #include +#include + #include #include "CommandStack.h"