The <arch_config.h> header is needed in <syscalls.h>, since we're using
the atomic functions related macros. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15404 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
e616992242
commit
c729b01278
@ -6,8 +6,9 @@
|
||||
#define _KERNEL_SYSCALLS_H
|
||||
|
||||
|
||||
#include <OS.h>
|
||||
#include <arch_config.h>
|
||||
#include <image.h>
|
||||
#include <OS.h>
|
||||
#include <storage/DiskDeviceDefs.h>
|
||||
|
||||
#include <signal.h>
|
||||
|
@ -4,6 +4,7 @@ SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||
|
||||
UsePrivateHeaders input ;
|
||||
UsePrivateHeaders kernel ;
|
||||
UseArchHeaders $(TARGET_ARCH) ;
|
||||
|
||||
Addon <input>keyboard : input_server/devices :
|
||||
KeyboardInputDevice.cpp
|
||||
|
@ -6,6 +6,7 @@ UsePrivateHeaders app ;
|
||||
UsePrivateHeaders kernel ;
|
||||
UsePrivateHeaders shared ;
|
||||
UsePrivateHeaders storage ;
|
||||
UseArchHeaders $(TARGET_ARCH) ;
|
||||
SubDirHdrs $(HAIKU_TOP) src add-ons kernel file_cache ;
|
||||
|
||||
# standard commands that don't need any additional library
|
||||
|
@ -4,6 +4,7 @@ SetSubDirSupportedPlatforms haiku libbe_test ;
|
||||
|
||||
UsePrivateHeaders shared app kernel storage ;
|
||||
UsePrivateHeaders [ FDirName kernel disk_device_manager ] ;
|
||||
UseArchHeaders $(TARGET_ARCH) ;
|
||||
|
||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) mime ] ;
|
||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) sniffer ] ;
|
||||
|
@ -4,6 +4,7 @@ UsePrivateHeaders app ;
|
||||
UsePrivateHeaders kernel ;
|
||||
UsePrivateHeaders shared ;
|
||||
UsePrivateHeaders storage ;
|
||||
UseArchHeaders $(TARGET_ARCH) ;
|
||||
|
||||
Server registrar
|
||||
:
|
||||
|
@ -6,7 +6,6 @@
|
||||
|
||||
#include <SupportDefs.h>
|
||||
|
||||
#include <arch_config.h>
|
||||
#include <syscalls.h>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user