blob: 7cebb346a7f30af6623867ae2ab8c69fce383cda (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/examples/read/read.cpp
+++ b/examples/read/read.cpp
@@ -43,6 +43,7 @@
#include <cstdio>
#include <cstdlib> // MAX_PATH
#include <climits> // PATH_MAX
+#include <unistd.h> // getcwd
#if defined(__WIN32__) || defined(WIN32)
|