* posix-threads.cc: Include <errno.h>.

From-SVN: r28831
This commit is contained in:
Bryce McKinlay 1999-08-25 00:46:23 +00:00 committed by Bryce McKinlay
parent 1f081ffb7d
commit d55d01bdf8
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -26,6 +26,7 @@ extern "C"
#include <stdlib.h>
#include <time.h>
#include <signal.h>
#include <errno.h>
#include <cni.h>
#include <jvm.h>