summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2013-09-25 07:52:21 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2013-09-25 07:52:21 +0000
commitdda3591f4819cf890efca9d9466940b7e2dd3b70 (patch)
tree7e4c224f91f33b7d3152b7c8b546c3e6df729963 /llvm/include/llvm-c
parent4fc53e4c063e0710da5917bf2ad50b02f8b76a6a (diff)
downloadbcm5719-llvm-dda3591f4819cf890efca9d9466940b7e2dd3b70.tar.gz
bcm5719-llvm-dda3591f4819cf890efca9d9466940b7e2dd3b70.zip
Try again to fix the MSVC build.
llvm-svn: 191359
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r--llvm/include/llvm-c/lto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/lto.h b/llvm/include/llvm-c/lto.h
index d960617fdc7..58d58336b50 100644
--- a/llvm/include/llvm-c/lto.h
+++ b/llvm/include/llvm-c/lto.h
@@ -20,7 +20,7 @@
#include <stdbool.h>
#endif
#include <stddef.h>
-#include <unistd.h>
+#include <sys/types.h>
/**
* @defgroup LLVMCLTO LTO
OpenPOWER on IntegriCloud