diff options
Diffstat (limited to 'sys/kern/subr_scanf.c')
-rw-r--r-- | sys/kern/subr_scanf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_scanf.c b/sys/kern/subr_scanf.c index f204f19..675f145 100644 --- a/sys/kern/subr_scanf.c +++ b/sys/kern/subr_scanf.c @@ -42,7 +42,7 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/ctype.h> -#include <machine/limits.h> +#include <sys/limits.h> /* * Note that stdarg.h and the ANSI style va_start macro is used for both |