Fix includes for use in libstand.

This commit is contained in:
Tim Kientzle 2013-02-19 17:09:23 +00:00
parent ce4642ecd5
commit 4faa1dea0b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=247001

View File

@ -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.