1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/shells/flash/files/patch-ah
Kevin Lo 55fb3c2319 Update to version 0.9.4
PR: 24676
Submitted by: Ports Fury
2001-01-28 08:07:45 +00:00

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>