summaryrefslogtreecommitdiff
path: root/chinese/gcin/files/patch-gcin2tab.c
blob: d6923dc59f044c6e04c09e9e779af9b80026963a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- gcin2tab.c.orig	Tue Nov  1 15:17:21 2005
+++ gcin2tab.c	Tue Nov  1 15:17:21 2005
@@ -4,8 +4,11 @@
 */
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <stdarg.h>
 #include <sys/types.h>
+#include <sys/param.h>
+#include <sys/stat.h>
 #include <string.h>
 #include "gcin.h"
 #include "gtab.h"