diff --git a/lib/libstand/strtoul.c b/lib/libstand/strtoul.c index c1609fb3d203..5735d20d25ed 100644 --- a/lib/libstand/strtoul.c +++ b/lib/libstand/strtoul.c @@ -38,10 +38,8 @@ static char sccsid[] = "@(#)strtoul.c 8.1 (Berkeley) 6/4/93"; #include __FBSDID("$FreeBSD$"); +#include "stand.h" #include -#include -#include -#include /* * Convert a string to an unsigned long integer.