diff options
Diffstat (limited to 'editors/thoteditor/files/patch-aa')
-rw-r--r-- | editors/thoteditor/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/thoteditor/files/patch-aa b/editors/thoteditor/files/patch-aa new file mode 100644 index 000000000000..ff7b5d989435 --- /dev/null +++ b/editors/thoteditor/files/patch-aa @@ -0,0 +1,19 @@ +*** tools/javastub/javastub.c.orig Sun Aug 24 00:04:06 1997 +--- tools/javastub/javastub.c Sun Aug 24 00:04:49 1997 +*************** +*** 11,17 **** + #include <stdio.h> + #include <stdlib.h> + +! #include "config.h" + + #include <ctype.h> + #include <string.h> +--- 11,17 ---- + #include <stdio.h> + #include <stdlib.h> + +! #include "../../config.h" + + #include <ctype.h> + #include <string.h> |