summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/cr_put.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcurses/cr_put.c')
-rw-r--r--lib/libcurses/cr_put.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libcurses/cr_put.c b/lib/libcurses/cr_put.c
index 2f7a9e9..ada2df5 100644
--- a/lib/libcurses/cr_put.c
+++ b/lib/libcurses/cr_put.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,12 +32,13 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)cr_put.c 8.2 (Berkeley) 1/9/94";
+static char sccsid[] = "@(#)cr_put.c 8.3 (Berkeley) 5/4/94";
#endif /* not lint */
-#include <curses.h>
#include <string.h>
+#include "curses.h"
+
#define HARDTABS 8
/*
OpenPOWER on IntegriCloud