From 2ee6b4f581f25924fd6171722cc12a6e1e433add Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 26 Aug 2016 13:09:15 -0400 Subject: [PATCH] include sys/types.h to pick up ssize_t --- src/fs_sendfile_unsupported.icpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fs_sendfile_unsupported.icpp b/src/fs_sendfile_unsupported.icpp index 87af18fd..853c9b99 100644 --- a/src/fs_sendfile_unsupported.icpp +++ b/src/fs_sendfile_unsupported.icpp @@ -15,6 +15,7 @@ */ #include +#include namespace fs {