about summary refs log tree commit diff
path: root/src/rt/rust_log.cpp
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2012-01-06 22:13:41 -0800
committerNiko Matsakis <niko@alum.mit.edu>2012-01-06 22:40:32 -0800
commit2f0eb7ae0cc3d500c96f235f7e42afe5c3e59c93 (patch)
treec8ea32b434274de44306eef7d30b962ac6f69492 /src/rt/rust_log.cpp
parentd4410a9f9bfed534b5dadd760128655122020379 (diff)
downloadrust-2f0eb7ae0cc3d500c96f235f7e42afe5c3e59c93.tar.gz
rust-2f0eb7ae0cc3d500c96f235f7e42afe5c3e59c93.zip
add rust_util.h header file
Diffstat (limited to 'src/rt/rust_log.cpp')
-rw-r--r--src/rt/rust_log.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_log.cpp b/src/rt/rust_log.cpp
index 645bffb1c0a..d88187e1d32 100644
--- a/src/rt/rust_log.cpp
+++ b/src/rt/rust_log.cpp
@@ -7,7 +7,7 @@
 #include <stdarg.h>
 #include <stdlib.h>
 #include <string.h>
-
+#include "rust_util.h"
 
 /**
  * Synchronizes access to the underlying logging mechanism.