From 4faa1dea0b24bab0e66e25ee808c98a56ce67799 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Tue, 19 Feb 2013 17:09:23 +0000 Subject: [PATCH] Fix includes for use in libstand. --- lib/libstand/strtoul.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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.