mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
421a2364e7
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
28 lines
492 B
Plaintext
28 lines
492 B
Plaintext
--- include/cdk.h.orig Thu Dec 10 02:13:17 1998
|
|
+++ include/cdk.h Thu Mar 30 22:04:04 2000
|
|
@@ -38,7 +38,15 @@
|
|
#undef instr
|
|
#endif
|
|
|
|
+#include <sys/types.h>
|
|
+#include <sys/param.h>
|
|
+#include <sys/stat.h>
|
|
+
|
|
+#if (defined(BSD) && BSD >= 199306)
|
|
+#include <ncurses.h>
|
|
+#else
|
|
#include <curses.h>
|
|
+#endif
|
|
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
@@ -49,8 +57,6 @@
|
|
#include <errno.h>
|
|
#include <pwd.h>
|
|
#include <grp.h>
|
|
-#include <sys/stat.h>
|
|
-#include <sys/types.h>
|
|
#include <math.h>
|
|
|
|
/*
|