include curses.h, that's where the function is prototyped
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 31 May 1993 04:06:30 +0000 (20:06 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 31 May 1993 04:06:30 +0000 (20:06 -0800)
SCCS-vsn: lib/libcurses/tscroll.c 5.5

usr/src/lib/libcurses/tscroll.c

index 3a6a5eb..0822336 100644 (file)
@@ -6,10 +6,10 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)tscroll.c  5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)tscroll.c  5.5 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-#include <stdio.h>
+#include <curses.h>
 
 #define        MAXRETURNSIZE   64
 
 
 #define        MAXRETURNSIZE   64