From 8295e84360a9cdab034b8d5f78fdf0826d5510c2 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Tue, 9 May 2023 15:39:23 -0700 Subject: [PATCH] dev: Fix Linux specific includes to be portable This allows for compilation in non-linux systems (e.g., Mac OS). Change-Id: Ib6c9406baf42db8caaad335ebc670c1905584ea2 --- src/dev/hsa/kfd_ioctl.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/dev/hsa/kfd_ioctl.h b/src/dev/hsa/kfd_ioctl.h index c953787dc8..b7997c40fc 100644 --- a/src/dev/hsa/kfd_ioctl.h +++ b/src/dev/hsa/kfd_ioctl.h @@ -23,9 +23,10 @@ #ifndef KFD_IOCTL_H_INCLUDED #define KFD_IOCTL_H_INCLUDED +#include +#include + #include -#include -#include namespace gem5 {