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
This commit is contained in:
Ingo Weinhold
2008-02-25 02:00:12 +00:00
parent 0306945545
commit cbd4dd196d
7 changed files with 9 additions and 0 deletions
+3
View File
@@ -6,10 +6,13 @@
* Axel Dörfler, [email protected] * Axel Dörfler, [email protected]
* Michael Lotz <[email protected]> * Michael Lotz <[email protected]>
*/ */
#include <stdlib.h>
#include <MessageAdapter.h> #include <MessageAdapter.h>
#include <MessagePrivate.h> #include <MessagePrivate.h>
#include <MessageUtils.h> #include <MessageUtils.h>
namespace BPrivate { namespace BPrivate {
#define R5_MESSAGE_FLAG_VALID 0x01 #define R5_MESSAGE_FLAG_VALID 0x01
+1
View File
@@ -9,6 +9,7 @@
#include <new> #include <new>
#include <set> #include <set>
#include <stdlib.h>
#include <string> #include <string>
#include <AppFileInfo.h> #include <AppFileInfo.h>
+1
View File
@@ -10,6 +10,7 @@
#include <fcntl.h> #include <fcntl.h>
#include <new> #include <new>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include <string.h> #include <string.h>
#include <unistd.h> #include <unistd.h>
+1
View File
@@ -12,6 +12,7 @@
#include <string.h> #include <string.h>
#include <time.h> #include <time.h>
#include <unistd.h> #include <unistd.h>
#include <stdlib.h>
#include <vector> #include <vector>
@@ -9,6 +9,7 @@
#include <list> #include <list>
#include <stack> #include <stack>
#include <string> #include <string>
#include <string.h>
#include <vector> #include <vector>
#include "gensyscalls_common.h" #include "gensyscalls_common.h"
+1
View File
@@ -11,6 +11,7 @@
#include <cstdlib> #include <cstdlib>
#include <fstream> #include <fstream>
#include <string> #include <string>
#include <string.h>
#include <vector> #include <vector>
#include "gensyscalls.h" #include "gensyscalls.h"
+1
View File
@@ -9,6 +9,7 @@
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h>
#include <unistd.h> #include <unistd.h>
#include <algorithm> #include <algorithm>