blob: 3cdee85d115d56a7c1bac72eda55eaad1bf36920 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-ad,v 1.1 2006/06/21 15:00:51 minskim Exp $
--- lib/jp-util.c.orig 1996-02-27 04:18:39.000000000 +0000
+++ lib/jp-util.c
@@ -38,11 +38,10 @@ History:
930923 extracted from codeconv.c of cosmos
///////////////////////////////////////////////////////////////////////*/
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include "jp-util.h"
-char *malloc();
-
int TREAT_SJIS = 1;
unsigned char *
|