Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/cpu_features.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGuillaume Chatelet <gchatelet@google.com>2021-10-29 16:54:41 +0300
committerGuillaume Chatelet <gchatelet@google.com>2021-10-29 16:54:41 +0300
commitebcdfcaeffe67607d112ce019a12ad1c73e0475e (patch)
tree5d048e4f32f6f01ac8ddf52bbde464490aa8d777 /src
parentf69a25811f3d06bd0da231aeaa35cee4ad9f008e (diff)
Fix missing header
Diffstat (limited to 'src')
-rw-r--r--src/impl_arm_linux_or_android.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/impl_arm_linux_or_android.c b/src/impl_arm_linux_or_android.c
index d4e97d3..d110a15 100644
--- a/src/impl_arm_linux_or_android.c
+++ b/src/impl_arm_linux_or_android.c
@@ -58,6 +58,7 @@
// Implementation.
////////////////////////////////////////////////////////////////////////////////
+#include <ctype.h>
#include <stdbool.h>
#include "internal/bit_utils.h"