Commit d55d01bd by Bryce McKinlay Committed by Bryce McKinlay

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

From-SVN: r28831
parent 1f081ffb
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>
......
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