summaryrefslogtreecommitdiff
path: root/cgpt/cgpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgpt/cgpt.h')
-rw-r--r--cgpt/cgpt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgpt/cgpt.h b/cgpt/cgpt.h
index ff9e1064..b8b7e8d5 100644
--- a/cgpt/cgpt.h
+++ b/cgpt/cgpt.h
@@ -6,7 +6,9 @@
#define VBOOT_REFERENCE_UTILITY_CGPT_CGPT_H_
#include <fcntl.h>
+#ifndef HAVE_MACOS
#include <features.h>
+#endif
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>