blob: 366116901eb07fe4945ed88c473c36b8d4061d8e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- Sources/Host/POSIX/Platform.cpp.orig 2015-10-28 07:56:02 UTC
+++ Sources/Host/POSIX/Platform.cpp
@@ -12,6 +12,7 @@
#include "DebugServer2/Host/Platform.h"
#include "DebugServer2/Utils/Log.h"
+#include <cerrno>
#include <cstring>
#include <fcntl.h>
#include <grp.h>
|