123456789101112 |
- $OpenBSD: patch-onewcodes_c,v 1.1 2010/05/19 14:05:37 espie Exp $
- --- onewcodes.c.orig Wed May 19 15:54:43 2010
- +++ onewcodes.c Wed May 19 15:55:07 2010
- @@ -4,6 +4,7 @@
- */
-
- #include <stdio.h>
- +#include <string.h>
- #include "onew.h"
-
- #define GOTO_NJIS "\033$B"
|