Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libcurses Include <string.h> - prototype for memcpy. Th...
details: https://anonhg.NetBSD.org/src/rev/af1c2ac8d480
branches: trunk
changeset: 485089:af1c2ac8d480
user: jdc <jdc%NetBSD.org@localhost>
date: Tue Apr 18 22:15:55 2000 +0000
description:
Include <string.h> - prototype for memcpy. Thanks due to Tim Rightnour.
diffstat:
lib/libcurses/copywin.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 020d93010232 -r af1c2ac8d480 lib/libcurses/copywin.c
--- a/lib/libcurses/copywin.c Tue Apr 18 22:07:17 2000 +0000
+++ b/lib/libcurses/copywin.c Tue Apr 18 22:15:55 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: copywin.c,v 1.1 2000/04/18 12:23:01 blymn Exp $ */
+/* $NetBSD: copywin.c,v 1.2 2000/04/18 22:15:55 jdc Exp $ */
/*-
* Copyright (c) 1998-1999 Brett Lymn
@@ -30,6 +30,7 @@
*/
#include <ctype.h>
+#include <string.h>
#include "curses.h"
#include "curses_private.h"
Home |
Main Index |
Thread Index |
Old Index