diff options
author | Bryce McKinlay <bryce@albatross.co.nz> | 1999-08-25 00:46:23 +0000 |
---|---|---|
committer | Bryce McKinlay <bryce@gcc.gnu.org> | 1999-08-25 01:46:23 +0100 |
commit | d55d01bdf868c129dce0a703a9fae4d45c95c0bc (patch) | |
tree | dcc5e83dd055c6b318cd04519e831a72ae11d5e7 /libjava/posix-threads.cc | |
parent | 1f081ffb7d73ee48914f604cc0cc38d9f4521701 (diff) | |
download | gcc-d55d01bdf868c129dce0a703a9fae4d45c95c0bc.zip gcc-d55d01bdf868c129dce0a703a9fae4d45c95c0bc.tar.gz gcc-d55d01bdf868c129dce0a703a9fae4d45c95c0bc.tar.bz2 |
* posix-threads.cc: Include <errno.h>.
From-SVN: r28831
Diffstat (limited to 'libjava/posix-threads.cc')
-rw-r--r-- | libjava/posix-threads.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/posix-threads.cc b/libjava/posix-threads.cc index 7e721c5..48f0a7f 100644 --- a/libjava/posix-threads.cc +++ b/libjava/posix-threads.cc @@ -26,6 +26,7 @@ extern "C" #include <stdlib.h> #include <time.h> #include <signal.h> +#include <errno.h> #include <cni.h> #include <jvm.h> |