BSD 4_4_Lite2 release
[unix-history] / usr / src / lib / libcurses / insertln.c
index 87a61ee..c2179f0 100644 (file)
@@ -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
  *     The Regents of the University of California.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)insertln.c 8.1 (Berkeley) 6/4/93";
+static char sccsid[] = "@(#)insertln.c 8.2 (Berkeley) 5/4/94";
 #endif /* not lint */
 
 #endif /* not lint */
 
-#include <curses.h>
 #include <string.h>
 
 #include <string.h>
 
+#include "curses.h"
+
 /*
  * winsertln --
  *     Do an insert-line on the window, leaving (cury, curx) unchanged.
 /*
  * winsertln --
  *     Do an insert-line on the window, leaving (cury, curx) unchanged.