[llvm] r191359 - Try again to fix the MSVC build.

Peter Collingbourne peter at pcc.me.uk
Wed Sep 25 00:52:21 PDT 2013


Author: pcc
Date: Wed Sep 25 02:52:21 2013
New Revision: 191359

URL: http://llvm.org/viewvc/llvm-project?rev=191359&view=rev
Log:
Try again to fix the MSVC build.

Modified:
    llvm/trunk/include/llvm-c/lto.h

Modified: llvm/trunk/include/llvm-c/lto.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm-c/lto.h?rev=191359&r1=191358&r2=191359&view=diff
==============================================================================
--- llvm/trunk/include/llvm-c/lto.h (original)
+++ llvm/trunk/include/llvm-c/lto.h Wed Sep 25 02:52:21 2013
@@ -20,7 +20,7 @@
 #include <stdbool.h>
 #endif
 #include <stddef.h>
-#include <unistd.h>
+#include <sys/types.h>
 
 /**
  * @defgroup LLVMCLTO LTO





More information about the llvm-commits mailing list