summaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-03-24 11:23:19 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-03-24 11:23:19 +0000
commit0edaa34bfda4aa6ba509688fa32af9e1ee1bb7fc (patch)
tree281fc7defc72f4e139421f07012df7ead26b7286 /client.c
parentc0cfbe12e4089431a2cbc69ba7c6b919cc7d4054 (diff)
Add sys/file.h.
Diffstat (limited to 'client.c')
-rw-r--r--client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client.c b/client.c
index 683aa54c..030bc36d 100644
--- a/client.c
+++ b/client.c
@@ -17,6 +17,7 @@
*/
#include <sys/types.h>
+#include <sys/file.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/un.h>