X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/36401178fd6817c043cc00b0c00c7f723e58efae..e2d2fc5c71f7d145cba7267989251af45e3bb5ba:/osfmk/chud/chud_xnu_glue.h diff --git a/osfmk/chud/chud_xnu_glue.h b/osfmk/chud/chud_xnu_glue.h index 437c21a01..b2ac2189c 100644 --- a/osfmk/chud/chud_xnu_glue.h +++ b/osfmk/chud/chud_xnu_glue.h @@ -26,9 +26,7 @@ * @APPLE_OSREFERENCE_LICENSE_HEADER_END@ */ -#if defined (__ppc__) -#include "ppc/chud_xnu_glue.h" -#elif defined (__i386__) +#if defined (__i386__) || defined (__x86_64__) #include "i386/chud_xnu_glue.h" #else #error architecture not supported