From e0cd241f8bbf5a7c82e0e1bf10dbe6dd986f9876 Mon Sep 17 00:00:00 2001 From: Stefan Farfeleder Date: Mon, 24 May 2004 10:11:31 +0000 Subject: Include for a sprintf() prototype. Approved by: das (mentor) --- bin/sh/arith.y | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/sh/arith.y b/bin/sh/arith.y index 20788b5615bd..a7b514d1b880 100644 --- a/bin/sh/arith.y +++ b/bin/sh/arith.y @@ -41,6 +41,8 @@ static char sccsid[] = "@(#)arith.y 8.3 (Berkeley) 5/4/95"; __FBSDID("$FreeBSD$"); #include +#include + #include "shell.h" #include "var.h" %} -- cgit v1.3