Merge pull request #20734 from kjopek:master

PiperOrigin-RevId: 236363212
This commit is contained in:
TensorFlower Gardener 2019-03-01 13:17:24 -08:00
commit 333f9bba05

View File

@ -18,7 +18,7 @@ limitations under the License.
#include <fcntl.h> #include <fcntl.h>
#include <stdio.h> #include <stdio.h>
#include <sys/mman.h> #include <sys/mman.h>
#if !defined(__APPLE__) #if defined(__linux__)
#include <sys/sendfile.h> #include <sys/sendfile.h>
#endif #endif
#include <sys/stat.h> #include <sys/stat.h>