diff options
author | Tom Tromey <tromey@gcc.gnu.org> | 1999-11-19 19:13:42 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 1999-11-19 19:13:42 +0000 |
commit | 3cf88fb4e850d8dc5aafbe280bef674e79326005 (patch) | |
tree | 66d0cd37d209d1f5d9df73c934dc9f25f92bdf03 /libjava/java | |
parent | 2395f8059c43b8411090fd4461cbd61d53a55ce9 (diff) | |
download | gcc-3cf88fb4e850d8dc5aafbe280bef674e79326005.zip gcc-3cf88fb4e850d8dc5aafbe280bef674e79326005.tar.gz gcc-3cf88fb4e850d8dc5aafbe280bef674e79326005.tar.bz2 |
sjlj jumbo patch
From-SVN: r30591
Diffstat (limited to 'libjava/java')
-rw-r--r-- | libjava/java/lang/natDouble.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libjava/java/lang/natDouble.cc b/libjava/java/lang/natDouble.cc index 87466a8..bcb80bd 100644 --- a/libjava/java/lang/natDouble.cc +++ b/libjava/java/lang/natDouble.cc @@ -8,6 +8,8 @@ This software is copyrighted work licensed under the terms of the Libgcj License. Please consult the file "LIBGCJ_LICENSE" for details. */ +#include <config.h> + /* AIX requires this to be the first thing in the file. */ #ifndef __GNUC__ # if HAVE_ALLOCA_H |