aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strtouq.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-02-27 14:30:42 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-02-27 14:30:42 +0000
commit3bdced7c3cd91c56928163d8f8d3b867d13e9092 (patch)
tree93d84137b3aefbefc44c2768854b5af6fde063d1 /lib/libc/stdlib/strtouq.c
parent8ac6dca7959d78631abbc365b8d2d245f30a88da (diff)
downloadsrc-3bdced7c3cd91c56928163d8f8d3b867d13e9092.tar.gz
src-3bdced7c3cd91c56928163d8f8d3b867d13e9092.zip
I accidently deleted an include when I added the $FreeBSD$ so I could
check in my changes.
Notes
Notes: svn path=/head/; revision=73155
Diffstat (limited to 'lib/libc/stdlib/strtouq.c')
-rw-r--r--lib/libc/stdlib/strtouq.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/stdlib/strtouq.c b/lib/libc/stdlib/strtouq.c
index 6005e5bf2d2f..926000e6e7f4 100644
--- a/lib/libc/stdlib/strtouq.c
+++ b/lib/libc/stdlib/strtouq.c
@@ -40,6 +40,8 @@ static const char rcsid[] =
"$FreeBSD$";
#endif
+#include <sys/types.h>
+
#include <stdlib.h>
/*