From 5f61d273e4fb704d6fdc00de84c14c98776b4280 Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Fri, 24 May 2024 11:44:31 -0700 Subject: [PATCH] Add hwap constants to sys/auxv.h --- libc/isystem/sys/auxv.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libc/isystem/sys/auxv.h b/libc/isystem/sys/auxv.h index 4143bf99a..945e2ab9a 100644 --- a/libc/isystem/sys/auxv.h +++ b/libc/isystem/sys/auxv.h @@ -2,4 +2,5 @@ #define COSMOPOLITAN_LIBC_ISYSTEM_SYS_AUXV_H_ #include "libc/runtime/runtime.h" #include "libc/sysv/consts/auxv.h" +#include "libc/sysv/consts/hwcap.h" #endif /* COSMOPOLITAN_LIBC_ISYSTEM_SYS_AUXV_H_ */