diff options
Diffstat (limited to 'libjava/jawt.c')
-rw-r--r-- | libjava/jawt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/jawt.c b/libjava/jawt.c index 08cd78c..c0d65b8 100644 --- a/libjava/jawt.c +++ b/libjava/jawt.c @@ -7,7 +7,7 @@ it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. - + GNU Classpath is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU @@ -35,7 +35,7 @@ obligated to do so. If you do not wish to do so, delete this exception statement from your version. */ - +#include <stdlib.h> #include <jni.h> #include <jawt.h> #include <jawt_md.h> |