mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
37f5aac4ac
good FreeBSD-specific template; Will is working on one. PR: 15995 Submitted by: Will Andrews <andrews@technologist.com>
18 lines
355 B
Plaintext
18 lines
355 B
Plaintext
--- modules/alarms.c Tue Apr 15 18:34:15 1997
|
|
+++ modules/alarms.c.new Sun Jan 2 20:50:02 2000
|
|
@@ -1,5 +1,14 @@
|
|
+#ifdef HAVE_CONFIG_H
|
|
+#include "../config.h"
|
|
+#endif
|
|
+
|
|
+#ifdef HAVE_NCURSES_NCURSES_H
|
|
+#include <ncurses/ncurses.h>
|
|
+#include <ncurses/term.h>
|
|
+#else
|
|
#include <curses.h>
|
|
#include <term.h>
|
|
+#endif
|
|
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|