From 7e4c96cf79b6e31f33aee574ff0564c88bc387d8 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 10 Jul 2002 01:56:30 +0000 Subject: [PATCH] SymLink.h included kernel_interface.h, which is a private header. Doh! git-svn-id: file:///srv/svn/repos/haiku/trunk/current@24 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/storage/SymLink.h | 1 - src/kits/storage/SymLink.cpp | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/headers/os/storage/SymLink.h b/headers/os/storage/SymLink.h index ae7103b072..c681fda6a2 100644 --- a/headers/os/storage/SymLink.h +++ b/headers/os/storage/SymLink.h @@ -14,7 +14,6 @@ #include #include -#include "kernel_interface.h" #ifdef USE_OPENBEOS_NAMESPACE namespace OpenBeOS { diff --git a/src/kits/storage/SymLink.cpp b/src/kits/storage/SymLink.cpp index a64ddf3cf1..f62f969ffc 100644 --- a/src/kits/storage/SymLink.cpp +++ b/src/kits/storage/SymLink.cpp @@ -12,8 +12,10 @@ #include #include #include +#include #include -#include +#include "kernel_interface.h" +#include "storage_support.h" #ifdef USE_OPENBEOS_NAMESPACE namespace OpenBeOS {