summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/printw.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcurses/printw.c')
-rw-r--r--lib/libcurses/printw.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcurses/printw.c b/lib/libcurses/printw.c
index bc34ce6..ae6ea49 100644
--- a/lib/libcurses/printw.c
+++ b/lib/libcurses/printw.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,17 +32,17 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)printw.c 8.2 (Berkeley) 10/5/93";
+static char sccsid[] = "@(#)printw.c 8.3 (Berkeley) 5/4/94";
#endif /* not lint */
-#include <curses.h>
-
#ifdef __STDC__
#include <stdarg.h>
#else
#include <varargs.h>
#endif
+#include "curses.h"
+
/*
* printw and friends.
*
OpenPOWER on IntegriCloud