From 205f8b0720bcf3a5df2e9583bfa103a8a1c7e8ff Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Tue, 5 Jul 2005 12:11:32 +0000 Subject: [PATCH] I obviously broke the r5 build with the last commit. Fixed. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13439 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/servers/registrar/ShutdownProcess.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/servers/registrar/ShutdownProcess.cpp b/src/servers/registrar/ShutdownProcess.cpp index 512a3895dc..5250869b63 100644 --- a/src/servers/registrar/ShutdownProcess.cpp +++ b/src/servers/registrar/ShutdownProcess.cpp @@ -23,7 +23,9 @@ #include #include +#ifdef __HAIKU__ #include +#endif #include "AppInfoListMessagingTargetSet.h" #include "Debug.h"