Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Feb 2013 17:09:24 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r247001 - head/lib/libstand
Message-ID:  <201302191709.r1JH9Oeb093095@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kientzle
Date: Tue Feb 19 17:09:23 2013
New Revision: 247001
URL: http://svnweb.freebsd.org/changeset/base/247001

Log:
  Fix includes for use in libstand.

Modified:
  head/lib/libstand/strtoul.c

Modified: head/lib/libstand/strtoul.c
==============================================================================
--- head/lib/libstand/strtoul.c	Tue Feb 19 16:43:48 2013	(r247000)
+++ head/lib/libstand/strtoul.c	Tue Feb 19 17:09:23 2013	(r247001)
@@ -38,10 +38,8 @@ static char sccsid[] = "@(#)strtoul.c	8.
 #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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302191709.r1JH9Oeb093095>