Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / metadata / w32process-unix-haiku.c
index 4311993bb10554af25b9b1c34e1d548c690d7642..ec028ad7bbc8b693276c20a3a52ff28f2127ec85 100644 (file)
@@ -1,10 +1,14 @@
+/**
+ * \file
+ */
 
 #include "w32process.h"
 #include "w32process-unix-internals.h"
 
 #ifdef USE_HAIKU_BACKEND
 
-#include <KernelKit.h>
+/* KernelKit.h doesn't include the right headers? */
+#include <os/kernel/image.h>
 
 gchar*
 mono_w32process_get_name (pid_t pid)