Commit f7ad6748 by Andreas Schwab Committed by Andreas Schwab

* posix-threads.cc: Include "posix.h".

From-SVN: r116943
parent 2e362c74
2006-09-14 Andreas Schwab <schwab@suse.de>
* posix-threads.cc: Include "posix.h".
2006-09-13 Geoffrey Keating <geoffk@apple.com>
* posix.cc (_Jv_platform_nanotime): Return nanoseconds, not
......
......@@ -13,6 +13,8 @@ details. */
#include <config.h>
#include "posix.h"
// If we're using the Boehm GC, then we need to override some of the
// thread primitives. This is fairly gross.
#ifdef HAVE_BOEHM_GC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment