* posix-threads.cc: Include "posix.h".
From-SVN: r116943
This commit is contained in:
parent
2e362c7474
commit
f7ad6748b9
@ -1,3 +1,7 @@
|
|||||||
|
2006-09-14 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
* posix-threads.cc: Include "posix.h".
|
||||||
|
|
||||||
2006-09-13 Geoffrey Keating <geoffk@apple.com>
|
2006-09-13 Geoffrey Keating <geoffk@apple.com>
|
||||||
|
|
||||||
* posix.cc (_Jv_platform_nanotime): Return nanoseconds, not
|
* posix.cc (_Jv_platform_nanotime): Return nanoseconds, not
|
||||||
|
@ -13,6 +13,8 @@ details. */
|
|||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
|
#include "posix.h"
|
||||||
|
|
||||||
// If we're using the Boehm GC, then we need to override some of the
|
// If we're using the Boehm GC, then we need to override some of the
|
||||||
// thread primitives. This is fairly gross.
|
// thread primitives. This is fairly gross.
|
||||||
#ifdef HAVE_BOEHM_GC
|
#ifdef HAVE_BOEHM_GC
|
||||||
|
Loading…
Reference in New Issue
Block a user