aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/memory_util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/memory_util.cpp')
-rw-r--r--src/common/memory_util.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/memory_util.cpp b/src/common/memory_util.cpp
index 5cc869ae..e01e6317 100644
--- a/src/common/memory_util.cpp
+++ b/src/common/memory_util.cpp
@@ -11,8 +11,8 @@
#include <windows.h>
#include <psapi.h>
#else
-#include <errno.h>
-#include <stdio.h>
+#include <cerrno>
+#include <cstdio>
#endif
#if !defined(_WIN32) && defined(__x86_64__) && !defined(MAP_32BIT)