diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2011-08-10 05:17:30 -0700 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2011-08-10 05:17:30 -0700 |
| commit | ceaf02abe17ce57639701510bf1a3837994fa845 (patch) | |
| tree | a8b86eedce10af0c63c137f49014a706809885ba | |
| parent | 6fbb7ffdbdfc3ea45eb913f9d6644fe5020f21d7 (diff) | |
| download | rust-ceaf02abe17ce57639701510bf1a3837994fa845.tar.gz rust-ceaf02abe17ce57639701510bf1a3837994fa845.zip | |
rt: Attempt to quiet MinGW by including limits.h
| -rw-r--r-- | src/rt/rust_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rt/rust_util.h b/src/rt/rust_util.h index 938b4c96cb5..9584b74f574 100644 --- a/src/rt/rust_util.h +++ b/src/rt/rust_util.h @@ -2,6 +2,7 @@ #define RUST_UTIL_H #include "rust_task.h" +#include <limits.h> // Reference counted objects |
