diff options
author | obrien <obrien@FreeBSD.org> | 2001-02-27 14:30:42 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-02-27 14:30:42 +0000 |
commit | 79916cd3d7729ab669caf75c17660121c1474845 (patch) | |
tree | 7ad8e56b190345216ed0fa8884f57e4286b57a77 /lib/libc/stdlib/strtoq.c | |
parent | 9000b1de10b8503c6a833fe174f067439c5893c7 (diff) | |
download | FreeBSD-src-79916cd3d7729ab669caf75c17660121c1474845.zip FreeBSD-src-79916cd3d7729ab669caf75c17660121c1474845.tar.gz |
I accidently deleted an include when I added the $FreeBSD$ so I could
check in my changes.
Diffstat (limited to 'lib/libc/stdlib/strtoq.c')
-rw-r--r-- | lib/libc/stdlib/strtoq.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/stdlib/strtoq.c b/lib/libc/stdlib/strtoq.c index 65e87d6..ee68b4e 100644 --- a/lib/libc/stdlib/strtoq.c +++ b/lib/libc/stdlib/strtoq.c @@ -40,6 +40,8 @@ static const char rcsid[] = "$FreeBSD$"; #endif +#include <sys/types.h> + #include <stdlib.h> /* |