From 1aebd52fd1bce4b6f2378450a4f09df3db30a7c4 Mon Sep 17 00:00:00 2001
From: Ali Mohammed <ali.mohammed@hpe.com>
Date: Wed, 14 Dec 2022 15:56:52 +0100
Subject: [PATCH] avoid macro error on apple clang 14

---
 maestro/i_maestro_numa.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maestro/i_maestro_numa.h b/maestro/i_maestro_numa.h
index eea9361a..0ad30c72 100644
--- a/maestro/i_maestro_numa.h
+++ b/maestro/i_maestro_numa.h
@@ -50,7 +50,7 @@
 #include <numaif.h>
 #endif
 
-#ifdef defined(__APPLE__) && (!defined(__arm64__))
+#if defined(__APPLE__) && (!defined(__arm64__))
 #include <cpuid.h>
 #endif
 
-- 
GitLab