[libc][NFC] Use C headers in host CPU sniffing code.
authorSiva Chandra Reddy <sivachandra@google.com>
Fri, 13 Jan 2023 07:42:49 +0000 (07:42 +0000)
committerSiva Chandra Reddy <sivachandra@google.com>
Fri, 13 Jan 2023 07:43:32 +0000 (07:43 +0000)
libc/cmake/modules/cpu_features/check_cpu_features.cpp.in

index 3771129..7a3fc03 100644 (file)
@@ -1,5 +1,5 @@
-#include <cstdio>
-#include <cstdlib>
+#include <stdio.h>
+#include <stdlib.h>
 
 // This file is instantiated by CMake.
 // DEFINITIONS below is replaced with a set of lines like so: