summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/curses.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcurses/curses.c')
-rw-r--r--lib/libcurses/curses.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcurses/curses.c b/lib/libcurses/curses.c
index 87ed839..07cbb5b 100644
--- a/lib/libcurses/curses.c
+++ b/lib/libcurses/curses.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1981, 1993
+ * Copyright (c) 1981, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,10 +32,10 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)curses.c 8.2 (Berkeley) 1/2/94";
+static char sccsid[] = "@(#)curses.c 8.3 (Berkeley) 5/4/94";
#endif /* not lint */
-#include <curses.h>
+#include "curses.h"
/* Private. */
int __echoit = 1; /* If stty indicates ECHO. */
OpenPOWER on IntegriCloud