mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
55fb3c2319
PR: 24676 Submitted by: Ports Fury
22 lines
440 B
Plaintext
22 lines
440 B
Plaintext
--- modules/alarms.c.orig Mon Jan 22 06:23:11 2001
|
|
+++ modules/alarms.c Fri Jan 26 05:28:01 2001
|
|
@@ -1,9 +1,17 @@
|
|
+#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>
|
|
-#include <wchar.h>
|
|
#include <unistd.h>
|
|
#include <termios.h>
|
|
#include <syslog.h>
|