diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-19 19:13:42 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-19 19:13:42 +0000 |
commit | 0b324007fd92fc4b62a40088b7d49fa3ee743a1c (patch) | |
tree | 66d0cd37d209d1f5d9df73c934dc9f25f92bdf03 /libjava/java | |
parent | 4e11cb6534c31d4902cd189a9d220865d616d301 (diff) | |
download | ppe42-gcc-0b324007fd92fc4b62a40088b7d49fa3ee743a1c.tar.gz ppe42-gcc-0b324007fd92fc4b62a40088b7d49fa3ee743a1c.zip |
sjlj jumbo patch
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30591 138bc75d-0d04-0410-961f-82ee72b054a4
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 87466a8e37f..bcb80bde21e 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 |