We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 112a669 commit 616a9edCopy full SHA for 616a9ed
1 file changed
dep/jemalloc/Configure.c
@@ -21,14 +21,17 @@
21
#include <stdint.h>
22
#include <stdio.h>
23
24
+#ifndef _WIN32
25
+#include <unistd.h>
26
+#endif
27
+
28
#if defined(_M_IX86) || defined(_M_AMD64) || defined(__i386__) || defined(__x86_64__)
29
30
#ifdef _WIN32
31
#include <intrin.h>
32
#include <Windows.h>
33
#else
34
#include <cpuid.h>
-#include <unistd.h>
35
#endif
36
37
static uint32_t GetNumSignificantVirtualAddressBits(void)
0 commit comments