openbsd-ports/japanese/Wnn/patches/patch-Wnn_jserver_do_env_c
espie 2625bb5332 fixes for clang: don't compile a clone of getopt.
while there, fix system includes, implicit ints, and void main.
2017-04-29 14:31:40 +00:00

12 lines
256 B
Plaintext

$OpenBSD: patch-Wnn_jserver_do_env_c,v 1.1 2017/04/29 14:31:40 espie Exp $
--- Wnn/jserver/do_env.c.orig
+++ Wnn/jserver/do_env.c
@@ -49,6 +49,7 @@
/* Version 4.0
*/
#include <stdio.h>
+#include <string.h>
#include "demcom.h"
#include "commonhd.h"