12345678910111213 |
- $OpenBSD: patch-Wnn_uum_basic_op_c,v 1.1 2017/04/29 14:31:40 espie Exp $
- --- Wnn/uum/basic_op.c.orig
- +++ Wnn/uum/basic_op.c
- @@ -56,6 +56,8 @@ bufferの使い方とかbufferの内容がどのように画面に表示さ
- 定義しています。
- */
- #include <stdio.h>
- +#include <stdlib.h>
- +#include <string.h>
- #include "jllib.h"
- #include "commonhd.h"
- #include "sdefine.h"
|