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:
Ingo Weinhold
2005-12-07 23:11:02 +00:00
parent e616992242
commit c729b01278
6 changed files with 6 additions and 2 deletions
+2 -1
View File
@@ -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>