diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-02-27 14:30:42 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-02-27 14:30:42 +0000 |
| commit | 3bdced7c3cd91c56928163d8f8d3b867d13e9092 (patch) | |
| tree | 93d84137b3aefbefc44c2768854b5af6fde063d1 /lib | |
| parent | 8ac6dca7959d78631abbc365b8d2d245f30a88da (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/stdlib/strtoq.c | 2 | ||||
| -rw-r--r-- | lib/libc/stdlib/strtouq.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/stdlib/strtoq.c b/lib/libc/stdlib/strtoq.c index 65e87d6618a4..ee68b4e56a33 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> /* 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> /* |
