forked from pool/java-21-openjdk
11 lines
234 B
Diff
11 lines
234 B
Diff
--- a/src/java.instrument/share/native/libinstrument/JarFacade.c
|
|
+++ b/src/java.instrument/share/native/libinstrument/JarFacade.c
|
|
@@ -23,6 +23,7 @@
|
|
* questions.
|
|
*/
|
|
|
|
+#include <ctype.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
|