diff options
author | Eric Fiselier <eric@efcs.ca> | 2014-11-25 21:57:41 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2014-11-25 21:57:41 +0000 |
commit | 53deb607d9b3e47035d71f336b64f02253c46286 (patch) | |
tree | ef3818aa3194131494cb205fd1861bf101459e38 /libcxx/src | |
parent | 6f6c4ff1fc42aced441c752b49bb39529ddfad06 (diff) | |
download | bcm5719-llvm-53deb607d9b3e47035d71f336b64f02253c46286.tar.gz bcm5719-llvm-53deb607d9b3e47035d71f336b64f02253c46286.zip |
Fixes to get libc++ building on sun solaris. Patch from C Bergstrom.
llvm-svn: 222794
Diffstat (limited to 'libcxx/src')
-rw-r--r-- | libcxx/src/support/solaris/xlocale.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/src/support/solaris/xlocale.c b/libcxx/src/support/solaris/xlocale.c index 39dd8e36835..81750a8b920 100644 --- a/libcxx/src/support/solaris/xlocale.c +++ b/libcxx/src/support/solaris/xlocale.c @@ -17,7 +17,7 @@ #include <limits.h> #include <assert.h> #include <sys/localedef.h> -#include "xlocale.h" +#include "support/solaris/xlocale.h" static _LC_locale_t *__C_locale; |