diff options
Diffstat (limited to 'include/llvm/Support/Solaris.h')
-rw-r--r-- | include/llvm/Support/Solaris.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/Solaris.h b/include/llvm/Support/Solaris.h index b08228532489..88d83014c468 100644 --- a/include/llvm/Support/Solaris.h +++ b/include/llvm/Support/Solaris.h @@ -14,8 +14,8 @@ #ifndef LLVM_SUPPORT_SOLARIS_H #define LLVM_SUPPORT_SOLARIS_H -#include <sys/types.h> #include <sys/regset.h> +#include <sys/types.h> /* Solaris doesn't have endian.h. SPARC is the only supported big-endian ISA. */ #define BIG_ENDIAN 4321 |