Source-Changes-HG archive

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

[src/netbsd-1-4]: src/lib/libterm Apply patch (corresponding to parts of rev....



details:   https://anonhg.NetBSD.org/src/rev/73d6a57f1ecd
branches:  netbsd-1-4
changeset: 470396:73d6a57f1ecd
user:      he <he%NetBSD.org@localhost>
date:      Tue Feb 22 22:34:38 2000 +0000

description:
Apply patch (corresponding to parts of rev. 1.6 and 1.9, requested by kleink):
  Make documented stand-alone inclusion of this header file work;
  fixes PR#9452.

diffstat:

 lib/libterm/termcap.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9e9a89f8ad51 -r 73d6a57f1ecd lib/libterm/termcap.h
--- a/lib/libterm/termcap.h     Tue Feb 22 22:31:31 2000 +0000
+++ b/lib/libterm/termcap.h     Tue Feb 22 22:34:38 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: termcap.h,v 1.4 1998/07/27 01:57:26 mycroft Exp $      */
+/*     $NetBSD: termcap.h,v 1.4.2.1 2000/02/22 22:34:38 he Exp $       */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -41,6 +41,8 @@
 #ifndef _TERMCAP_H_
 #define _TERMCAP_H_
 
+#include <sys/types.h>
+
 __BEGIN_DECLS
 int   tgetent  __P((char *, const char *));
 char *tgetstr  __P((const char *, char **));



Home | Main Index | Thread Index | Old Index