summaryrefslogtreecommitdiff
path: root/rld-files.cpp
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-08-01 16:47:11 +1000
committerChris Johns <chrisj@rtems.org>2014-08-01 16:47:11 +1000
commit742866c4ac6e2f674971225d26052b9af22bd6b3 (patch)
treeeaed4a8325bd1d75fe9d2cb1230d4bcbd20f4452 /rld-files.cpp
parent30f0566b7f88462c794abf8d0edc2066ed9f90d7 (diff)
Fix building on Windows with the latest MSVC.
Remove some warnings.
Diffstat (limited to 'rld-files.cpp')
-rw-r--r--rld-files.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/rld-files.cpp b/rld-files.cpp
index e10abb5..63255b8 100644
--- a/rld-files.cpp
+++ b/rld-files.cpp
@@ -25,6 +25,7 @@
#include <stdio.h>
#include <string.h>
#include <sys/stat.h>
+#include <unistd.h>
#include <rld.h>