OSDN Git Service

Use DataTypes.h
authorNadav Rotem <nrotem@apple.com>
Mon, 8 Oct 2012 23:14:28 +0000 (23:14 +0000)
committerNadav Rotem <nrotem@apple.com>
Mon, 8 Oct 2012 23:14:28 +0000 (23:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165457 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/AddressingMode.h

index 2b6d6ed..70b3c05 100644 (file)
@@ -14,7 +14,7 @@
 #ifndef LLVM_ADDRESSING_MODE_H
 #define LLVM_ADDRESSING_MODE_H
 
-#include <sys/types.h>
+#include "llvm/Support/DataTypes.h"
 
 namespace llvm {