From cdcd22579388d29e542b3a500034aaf78f74e344 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 10 Jul 2002 01:58:14 +0000 Subject: [PATCH] DataIO.h has to include MallocIO.h. Be has only the first header containing all declarations. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@25 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/support/DataIO.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/headers/os/support/DataIO.h b/headers/os/support/DataIO.h index 896fd3c1bd..1876fa221b 100644 --- a/headers/os/support/DataIO.h +++ b/headers/os/support/DataIO.h @@ -71,4 +71,6 @@ virtual void _ReservedPositionIO4(); } #endif +#include + #endif // __sk_data_io_h__