mirror of git://gcc.gnu.org/git/gcc.git
parent
1f081ffb7d
commit
d55d01bdf8
|
@ -1,3 +1,7 @@
|
||||||
|
1999-08-24 Bryce McKinlay <bryce@albatross.co.nz>
|
||||||
|
|
||||||
|
* posix-threads.cc: Include <errno.h>.
|
||||||
|
|
||||||
1999-08-23 Tom Tromey <tromey@cygnus.com>
|
1999-08-23 Tom Tromey <tromey@cygnus.com>
|
||||||
|
|
||||||
* boehm.cc: Undefine TRUE and FALSE.
|
* boehm.cc: Undefine TRUE and FALSE.
|
||||||
|
|
|
@ -26,6 +26,7 @@ extern "C"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
#include <errno.h>
|
||||||
|
|
||||||
#include <cni.h>
|
#include <cni.h>
|
||||||
#include <jvm.h>
|
#include <jvm.h>
|
||||||
|
|
Loading…
Reference in New Issue