aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
diff options
context:
space:
mode:
authorTom Tromey <tromey@gcc.gnu.org>1999-11-19 19:13:42 +0000
committerTom Tromey <tromey@gcc.gnu.org>1999-11-19 19:13:42 +0000
commit3cf88fb4e850d8dc5aafbe280bef674e79326005 (patch)
tree66d0cd37d209d1f5d9df73c934dc9f25f92bdf03 /libjava/java
parent2395f8059c43b8411090fd4461cbd61d53a55ce9 (diff)
downloadgcc-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.cc2
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