forked from pool/java-11-openjdk
java-11-openjdk very very very early technology preview OBS-URL: https://build.opensuse.org/request/show/570884 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/java-11-openjdk?expand=0&rev=1
11 lines
314 B
Diff
11 lines
314 B
Diff
--- jdk10/src/java.instrument/share/native/libinstrument/JarFacade.c 2014-10-02 10:59:00.105666221 +0200
|
|
+++ jdk10/src/java.instrument/share/native/libinstrument/JarFacade.c 2014-10-02 11:59:03.355452975 +0200
|
|
@@ -23,6 +23,7 @@
|
|
* questions.
|
|
*/
|
|
|
|
+#include <ctype.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
|