about summary refs log tree commit diff
path: root/misc/sys/auxv.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/sys/auxv.h')
-rw-r--r--misc/sys/auxv.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/sys/auxv.h b/misc/sys/auxv.h
index 1a563e1337..038bbbe255 100644
--- a/misc/sys/auxv.h
+++ b/misc/sys/auxv.h
@@ -19,8 +19,9 @@
 #ifndef _SYS_AUXV_H
 #define _SYS_AUXV_H 1
 
+#include <features.h>
+
 #include <elf.h>
-#include <sys/cdefs.h>
 #include <bits/hwcap.h>
 
 __BEGIN_DECLS