Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libcurses Make this compile again.



details:   https://anonhg.NetBSD.org/src/rev/74e0cf50eb68
branches:  trunk
changeset: 501784:74e0cf50eb68
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sun Jan 07 14:44:03 2001 +0000

description:
Make this compile again.
(I thought the idea was to test things before commiting;
if it doesn't even compile it can't possibly have been tested.)

diffstat:

 lib/libcurses/pause.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 23262d6dd283 -r 74e0cf50eb68 lib/libcurses/pause.c
--- a/lib/libcurses/pause.c     Sun Jan 07 14:28:02 2001 +0000
+++ b/lib/libcurses/pause.c     Sun Jan 07 14:44:03 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pause.c,v 1.4 2001/01/07 13:56:42 jdc Exp $    */
+/*     $NetBSD: pause.c,v 1.5 2001/01/07 14:44:03 augustss Exp $       */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -38,10 +38,11 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: pause.c,v 1.4 2001/01/07 13:56:42 jdc Exp $");
+__RCSID("$NetBSD: pause.c,v 1.5 2001/01/07 14:44:03 augustss Exp $");
 #endif                         /* not lint */
 
 #include <stdarg.h>
+#include <stdlib.h>
 #include <sys/time.h>
 
 #include "curses.h"



Home | Main Index | Thread Index | Old Index