diff options
Diffstat (limited to 'sys/libkern/strtouq.c')
-rw-r--r-- | sys/libkern/strtouq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/libkern/strtouq.c b/sys/libkern/strtouq.c index 7b6ca1a..f80f2b4 100644 --- a/sys/libkern/strtouq.c +++ b/sys/libkern/strtouq.c @@ -39,7 +39,7 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/ctype.h> -#include <machine/limits.h> +#include <sys/limits.h> /* * Convert a string to an unsigned quad integer. |