Source-Changes-HG archive

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

[src/netbsd-1-6]: src/include Pull up revision 1.13 (requested by klienk in t...



details:   https://anonhg.NetBSD.org/src/rev/3cd7436cb228
branches:  netbsd-1-6
changeset: 530277:3cd7436cb228
user:      grant <grant%NetBSD.org@localhost>
date:      Mon Jun 16 12:55:09 2003 +0000

description:
Pull up revision 1.13 (requested by klienk in ticket #1210):

this needs <sys/types.h>

diffstat:

 include/vis.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 8638bf6e8c15 -r 3cd7436cb228 include/vis.h
--- a/include/vis.h     Mon Jun 16 12:51:14 2003 +0000
+++ b/include/vis.h     Mon Jun 16 12:55:09 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vis.h,v 1.12 2002/03/23 17:39:05 christos Exp $        */
+/*     $NetBSD: vis.h,v 1.12.2.1 2003/06/16 12:55:09 grant Exp $       */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -38,6 +38,8 @@
 #ifndef _VIS_H_
 #define        _VIS_H_
 
+#include <sys/types.h>
+
 /*
  * to select alternate encoding format
  */



Home | Main Index | Thread Index | Old Index