tweaks to get server to build under R5 without using jam

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4716 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm 2003-09-17 00:03:47 +00:00
parent cb94280c6b
commit 2399b2c59a
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#include "PatternHandler.h" // for pattern_union
#include "ServerConfig.h"
#include "TokenHandler.h"
#include <TokenSpace.h>
#include <stdio.h>
//! TokenHandler object used to provide IDs for RootLayers(WorkSpaces)

View File

@ -29,6 +29,7 @@
#include <Locker.h>
#include <Region.h>
#include <Debug.h>
#include <TokenSpace.h>
#include "View.h" // for mouse button defines
#include "ServerWindow.h"
#include "Decorator.h"