Module Name: src Committed By: christos Date: Sun Feb 27 01:53:22 UTC 2011
Modified Files: src/lib/libc/gen: unvis.c Log Message: Add <stdint.h> for uint8_t from Jess Thrysoee To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/lib/libc/gen/unvis.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/gen/unvis.c diff -u src/lib/libc/gen/unvis.c:1.32 src/lib/libc/gen/unvis.c:1.33 --- src/lib/libc/gen/unvis.c:1.32 Sat Nov 27 16:22:11 2010 +++ src/lib/libc/gen/unvis.c Sat Feb 26 20:53:22 2011 @@ -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>