diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2003-01-07 06:17:13 +0000 | 
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2003-01-07 06:17:13 +0000 | 
| commit | 0b4b7b65edab8d51ebed931901f58d95943dc132 (patch) | |
| tree | bda83f3fddf18120a738e209fa9747472608e1db /lib/libc/stdio/stdio.c | |
| parent | 2005f192e5fdaf8f8545aadae14bd580e7fb0233 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/stdio.c')
| -rw-r--r-- | lib/libc/stdio/stdio.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdio/stdio.c b/lib/libc/stdio/stdio.c index 01d954d8fc25..daae1a2cc98a 100644 --- a/lib/libc/stdio/stdio.c +++ b/lib/libc/stdio/stdio.c @@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$");  #include <fcntl.h>  #include <limits.h>  #include <stdio.h> +#include <stdlib.h>  #include <unistd.h>  #include "un-namespace.h"  #include "local.h"  | 
