* posix-threads.cc: Include <errno.h>.
From-SVN: r28831
This commit is contained in:
parent
1f081ffb7d
commit
d55d01bdf8
2 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
||||
* boehm.cc: Undefine TRUE and FALSE.
|
||||
|
|
|
@ -26,6 +26,7 @@ extern "C"
|
|||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#include <signal.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <cni.h>
|
||||
#include <jvm.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue