summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2004-05-24 10:11:31 +0000
committerstefanf <stefanf@FreeBSD.org>2004-05-24 10:11:31 +0000
commitd784579e1fd2b0b152d8b5a1efc0f21f0d4872cd (patch)
tree77f78d6c4174691d3269067aaf830932edc1188c
parent1264fbf654895b2699bd741458ed29ce805da451 (diff)
downloadFreeBSD-src-d784579e1fd2b0b152d8b5a1efc0f21f0d4872cd.zip
FreeBSD-src-d784579e1fd2b0b152d8b5a1efc0f21f0d4872cd.tar.gz
Include <stdio.h> for a sprintf() prototype.
Approved by: das (mentor)
-rw-r--r--bin/sh/arith.y2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/sh/arith.y b/bin/sh/arith.y
index 20788b5..a7b514d 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 <limits.h>
+#include <stdio.h>
+
#include "shell.h"
#include "var.h"
%}
OpenPOWER on IntegriCloud