diff options
Diffstat (limited to 'clang/lib/Headers/intrin.h')
| -rw-r--r-- | clang/lib/Headers/intrin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Headers/intrin.h b/clang/lib/Headers/intrin.h index f1531795882..3033fae1cf7 100644 --- a/clang/lib/Headers/intrin.h +++ b/clang/lib/Headers/intrin.h @@ -1,4 +1,4 @@ -/* ===-------- Intrin.h ---------------------------------------------------=== +/* ===-------- intrin.h ---------------------------------------------------=== * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -23,7 +23,7 @@ /* Only include this if we're compiling for the windows platform. */ #ifndef _MSC_VER -#include_next <Intrin.h> +#include_next <intrin.h> #else #ifndef __INTRIN_H |

