summaryrefslogtreecommitdiff
path: root/chinese/cxterm
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-04-24 02:21:45 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-04-24 02:21:45 +0000
commita2233f9a1297fab09f707e2ae86f07dca87f6738 (patch)
tree9abbc5b9cbac0c512df727be30db087811b6e806 /chinese/cxterm
parent#include <sys/types.h> for "uint" and stuff. (diff)
#include <sys/types.h> before <dirent.h>.
Notes
Notes: svn path=/head/; revision=6279
Diffstat (limited to 'chinese/cxterm')
-rw-r--r--chinese/cxterm/files/patch-ad10
1 files changed, 10 insertions, 0 deletions
diff --git a/chinese/cxterm/files/patch-ad b/chinese/cxterm/files/patch-ad
new file mode 100644
index 000000000000..e93b98641461
--- /dev/null
+++ b/chinese/cxterm/files/patch-ad
@@ -0,0 +1,10 @@
+--- ./cxterm/HZutil.c.org Tue Jan 17 02:57:30 1995
++++ ./cxterm/HZutil.c Wed Apr 23 03:44:24 1997
+@@ -153,6 +153,7 @@
+ {
+
+ #if !defined(X_NOT_POSIX) || defined(SYSV) || defined(USG)
++# include <sys/types.h>
+ # include <dirent.h>
+ #else
+ # include <sys/dir.h>