summaryrefslogtreecommitdiffstats
path: root/fastos
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2019-06-11 15:44:59 +0200
committerTor Egge <Tor.Egge@broadpark.no>2019-06-11 15:44:59 +0200
commit4e9ccd1ebf1274f703b4f05387dd9ab08b595e34 (patch)
treec89d3338940403adbae0db6acb9d789a0ac5edcc /fastos
parent30afa41747f3893ab71f263881dc2688a483bec4 (diff)
Add missing includes.
Diffstat (limited to 'fastos')
-rw-r--r--fastos/src/vespa/fastos/unix_file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fastos/src/vespa/fastos/unix_file.h b/fastos/src/vespa/fastos/unix_file.h
index 3bca340cb90..3dffe1fc089 100644
--- a/fastos/src/vespa/fastos/unix_file.h
+++ b/fastos/src/vespa/fastos/unix_file.h
@@ -10,6 +10,7 @@
#pragma once
#include <vespa/fastos/file.h>
+#include <cerrno>
/**
* This is the generic UNIX implementation of @ref FastOS_FileInterface.