diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2012-03-28 14:26:38 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2012-03-28 14:26:51 -0700 |
| commit | 2aaca455b93351847c0c267a24a3f8c3eb6920a7 (patch) | |
| tree | 8ffb748385e1c340a9f50cc8e5f10528cab311ba /src/rt/sync/rust_thread.cpp | |
| parent | 45c74f04ab8ffdc7497159fbc9927b0025e485de (diff) | |
| download | rust-2aaca455b93351847c0c267a24a3f8c3eb6920a7.tar.gz rust-2aaca455b93351847c0c267a24a3f8c3eb6920a7.zip | |
Tidy up multiple declarations and STDC_FOO_MACROS guards in headers.
Diffstat (limited to 'src/rt/sync/rust_thread.cpp')
| -rw-r--r-- | src/rt/sync/rust_thread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/sync/rust_thread.cpp b/src/rt/sync/rust_thread.cpp index df0d57767df..6937f4f7811 100644 --- a/src/rt/sync/rust_thread.cpp +++ b/src/rt/sync/rust_thread.cpp @@ -1,4 +1,4 @@ -#include "globals.h" +#include "rust_globals.h" #include "rust_thread.h" const size_t default_stack_sz = 1024*1024; |
