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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Native/System.Private.CoreLib.Native/pal_datetime.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Native/System.Private.CoreLib.Native/pal_datetime.cpp b/src/Native/System.Private.CoreLib.Native/pal_datetime.cpp
index e38f40321..19a97e5fd 100644
--- a/src/Native/System.Private.CoreLib.Native/pal_datetime.cpp
+++ b/src/Native/System.Private.CoreLib.Native/pal_datetime.cpp
@@ -3,6 +3,7 @@
// See the LICENSE file in the project root for more information.
#include <stdlib.h>
+#include <stdint.h>
#include <sys/time.h>
static const int64_t SECS_TO_100NS = 10000000; /* 10^7 */