Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen Add <stdint.h> for uint8_t from Jess Thrysoee



details:   https://anonhg.NetBSD.org/src/rev/8735129982a4
branches:  trunk
changeset: 762746:8735129982a4
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 27 01:53:22 2011 +0000

description:
Add <stdint.h> for uint8_t from Jess Thrysoee

diffstat:

 lib/libc/gen/unvis.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 74a532183117 -r 8735129982a4 lib/libc/gen/unvis.c
--- a/lib/libc/gen/unvis.c      Sun Feb 27 01:51:37 2011 +0000
+++ b/lib/libc/gen/unvis.c      Sun Feb 27 01:53:22 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: unvis.c,v 1.32 2010/11/27 21:22:11 christos Exp $      */
+/*     $NetBSD: unvis.c,v 1.33 2011/02/27 01:53:22 christos Exp $      */
 
 /*-
  * Copyright (c) 1989, 1993
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)unvis.c    8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD: unvis.c,v 1.32 2010/11/27 21:22:11 christos Exp $");
+__RCSID("$NetBSD: unvis.c,v 1.33 2011/02/27 01:53:22 christos Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 
@@ -43,6 +43,7 @@
 
 #include <assert.h>
 #include <ctype.h>
+#include <stdint.h>
 #include <stdio.h>
 #include <vis.h>
 



Home | Main Index | Thread Index | Old Index