summaryrefslogtreecommitdiffstats
path: root/lib/libstand
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2013-02-19 17:09:23 +0000
committerkientzle <kientzle@FreeBSD.org>2013-02-19 17:09:23 +0000
commitcf4cf7e029ea0ac66e5702bfad183939ab86c58a (patch)
tree12c96b08725a3e0fad2a0d04810d4ac326bbb496 /lib/libstand
parentda217eece1d0e73c39450e497b9dbd7564e1643a (diff)
downloadFreeBSD-src-cf4cf7e029ea0ac66e5702bfad183939ab86c58a.zip
FreeBSD-src-cf4cf7e029ea0ac66e5702bfad183939ab86c58a.tar.gz
Fix includes for use in libstand.
Diffstat (limited to 'lib/libstand')
-rw-r--r--lib/libstand/strtoul.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libstand/strtoul.c b/lib/libstand/strtoul.c
index c1609fb..5735d20 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 <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include "stand.h"
#include <limits.h>
-#include <ctype.h>
-#include <errno.h>
-#include <stdlib.h>
/*
* Convert a string to an unsigned long integer.
OpenPOWER on IntegriCloud