* compile fix provided by Michael Berg

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21446 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2007-06-18 08:34:20 +00:00
parent dba332c353
commit 8ec143c887
+5 -3
View File
@@ -10,10 +10,12 @@
#include "PowerStatusView.h"
#include "PowerStatus.h"
#include <arch/x86/apm.h>
#include <generic_syscall.h>
#include <syscalls.h>
#ifdef HAIKU_TARGET_PLATFORM_HAIKU
# include <arch/x86/apm.h>
# include <generic_syscall.h>
# include <syscalls.h>
// temporary, as long as there is no real power state API
#endif
#include <Alert.h>
#include <Application.h>