1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/cdk/files/patch-ab
David E. O'Brien 421a2364e7 Upgrade to version 4.9.9.
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-29 07:17:06 +00:00

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>
/*