mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 12:01:19 +02:00
11 lines
232 B
C++
11 lines
232 B
C++
--- examples/read/read.cpp
|
|
+++ 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)
|