about summary refs log tree commit diff
path: root/src/libstore/remote-store.cc
diff options
context:
space:
mode:
authorMarko Durkovic <marko@miding.de>2014-12-09T11·16+0100
committerMarko Durkovic <marko@miding.de>2014-12-09T12·00+0100
commit629e8da3aa6da507bc360385f5f341471ef57a89 (patch)
tree187a913ba7b19f9f5be01224e0c19176f358bb71 /src/libstore/remote-store.cc
parent9c58691ce3a35833ddcbf157f9f174ab0cc1c37a (diff)
Explicitly include required C headers
Diffstat (limited to 'src/libstore/remote-store.cc')
-rw-r--r--src/libstore/remote-store.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstore/remote-store.cc b/src/libstore/remote-store.cc
index 650f177986..cabde051bd 100644
--- a/src/libstore/remote-store.cc
+++ b/src/libstore/remote-store.cc
@@ -10,6 +10,7 @@
 #include <sys/stat.h>
 #include <sys/socket.h>
 #include <sys/un.h>
+#include <errno.h>
 #include <fcntl.h>
 
 #include <iostream>