From ffd953dfae82e3b0e8b905f4243cb45b9174eedc Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 10 Oct 2005 12:00:52 +0000 Subject: Remove a few warnings. Those were not apparent thanks to a bug in gcc 2.95. Patch by Leonardo Chiquitto Filho Thanks. --- lib/libc/stdio/snprintf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libc/stdio/snprintf.c') diff --git a/lib/libc/stdio/snprintf.c b/lib/libc/stdio/snprintf.c index 5f0a7349fc8..45ef7eb676a 100644 --- a/lib/libc/stdio/snprintf.c +++ b/lib/libc/stdio/snprintf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: snprintf.c,v 1.13 2005/08/08 08:05:36 espie Exp $ */ +/* $OpenBSD: snprintf.c,v 1.14 2005/10/10 12:00:52 espie Exp $ */ /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -33,6 +33,7 @@ #include #include +#include #include #include "local.h" -- cgit v1.2.3-59-g8ed1b