diff options
| author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2004-05-24 10:11:31 +0000 |
|---|---|---|
| committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2004-05-24 10:11:31 +0000 |
| commit | e0cd241f8bbf5a7c82e0e1bf10dbe6dd986f9876 (patch) | |
| tree | 77f78d6c4174691d3269067aaf830932edc1188c /bin/sh | |
| parent | a51bebab2306337e5ddb6910e5c0faacc358c7b3 (diff) | |
Notes
Diffstat (limited to 'bin/sh')
| -rw-r--r-- | bin/sh/arith.y | 2 |
1 files changed, 2 insertions, 0 deletions
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 <limits.h> +#include <stdio.h> + #include "shell.h" #include "var.h" %} |
