d610ea4ff3
PR: 23828 Submitted by: Ports Fury
17 lines
337 B
Plaintext
17 lines
337 B
Plaintext
--- cmp3.h.orig Fri Mar 17 10:14:10 2000
|
|
+++ cmp3.h Sat Dec 23 09:46:16 2000
|
|
@@ -1,7 +1,12 @@
|
|
#ifndef _CMP3_H
|
|
#define _CMP3_H
|
|
|
|
-#include<curses.h>
|
|
+#if defined(__FreeBSD__)
|
|
+#include <ncurses.h>
|
|
+#include <termios.h>
|
|
+#else
|
|
+#include <curses.h>
|
|
+#endif
|
|
|
|
#ifndef NCURSES_VERSION
|
|
#error "This program requires ncurses to function"
|