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 2b6d6ed33c5eee201307a5536189bc9ac32bcbd8..70b3c05238c5bc5e4cd85f86c667f4153c67d9c0 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 {