From cbd4dd196d0cd91c36b94fe9691356af21247682 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Mon, 25 Feb 2008 02:00:12 +0000 Subject: [PATCH] Patch by Vasilis Kaoutsis: Added missing headers. Fixes the build on certain Linux distributions. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24109 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/build/libbe/app/MessageAdapter.cpp | 3 +++ src/build/libbe/storage/AppFileInfo.cpp | 1 + src/build/libbe/storage/Entry.cpp | 1 + src/tools/fs_shell/fssh.cpp | 1 + src/tools/gensyscalls/gensyscallinfos.cpp | 1 + src/tools/gensyscalls/gensyscalls.cpp | 1 + src/tools/set_haiku_revision.cpp | 1 + 7 files changed, 9 insertions(+) diff --git a/src/build/libbe/app/MessageAdapter.cpp b/src/build/libbe/app/MessageAdapter.cpp index 6da25e8ea9..b8e032fa9a 100644 --- a/src/build/libbe/app/MessageAdapter.cpp +++ b/src/build/libbe/app/MessageAdapter.cpp @@ -6,10 +6,13 @@ * Axel Dörfler, axeld@pinc-software.de * Michael Lotz */ +#include + #include #include #include + namespace BPrivate { #define R5_MESSAGE_FLAG_VALID 0x01 diff --git a/src/build/libbe/storage/AppFileInfo.cpp b/src/build/libbe/storage/AppFileInfo.cpp index 2e301359cc..a10c3feac3 100644 --- a/src/build/libbe/storage/AppFileInfo.cpp +++ b/src/build/libbe/storage/AppFileInfo.cpp @@ -9,6 +9,7 @@ #include #include +#include #include #include diff --git a/src/build/libbe/storage/Entry.cpp b/src/build/libbe/storage/Entry.cpp index 5c57b6898b..06e8cb4916 100644 --- a/src/build/libbe/storage/Entry.cpp +++ b/src/build/libbe/storage/Entry.cpp @@ -10,6 +10,7 @@ #include #include #include +#include #include #include diff --git a/src/tools/fs_shell/fssh.cpp b/src/tools/fs_shell/fssh.cpp index 9e74a5c092..c25748d4c0 100644 --- a/src/tools/fs_shell/fssh.cpp +++ b/src/tools/fs_shell/fssh.cpp @@ -12,6 +12,7 @@ #include #include #include +#include #include diff --git a/src/tools/gensyscalls/gensyscallinfos.cpp b/src/tools/gensyscalls/gensyscallinfos.cpp index 4a4f23b944..524d629cd6 100644 --- a/src/tools/gensyscalls/gensyscallinfos.cpp +++ b/src/tools/gensyscalls/gensyscallinfos.cpp @@ -9,6 +9,7 @@ #include #include #include +#include #include #include "gensyscalls_common.h" diff --git a/src/tools/gensyscalls/gensyscalls.cpp b/src/tools/gensyscalls/gensyscalls.cpp index 557e2160ac..97e1b255c4 100644 --- a/src/tools/gensyscalls/gensyscalls.cpp +++ b/src/tools/gensyscalls/gensyscalls.cpp @@ -11,6 +11,7 @@ #include #include #include +#include #include #include "gensyscalls.h" diff --git a/src/tools/set_haiku_revision.cpp b/src/tools/set_haiku_revision.cpp index ecaa1cd89d..2cbd31208d 100644 --- a/src/tools/set_haiku_revision.cpp +++ b/src/tools/set_haiku_revision.cpp @@ -9,6 +9,7 @@ #include #include #include +#include #include #include