Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jun 2010 18:31:04 +0000 (UTC)
From:      Ulrich Spoerlein <uqs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r208753 - head/contrib/gdtoa
Message-ID:  <201006021831.o52IV4Rw033843@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: uqs
Date: Wed Jun  2 18:31:04 2010
New Revision: 208753
URL: http://svn.freebsd.org/changeset/base/208753

Log:
  Add required header for isalnum(3) to quench compiler warnings
  
  Forgotten in:	r174678
  Submitted by:	Alexander Best alexbestms at wwu.de
  Approved by:	das

Modified:
  head/contrib/gdtoa/hexnan.c

Modified: head/contrib/gdtoa/hexnan.c
==============================================================================
--- head/contrib/gdtoa/hexnan.c	Wed Jun  2 18:06:32 2010	(r208752)
+++ head/contrib/gdtoa/hexnan.c	Wed Jun  2 18:31:04 2010	(r208753)
@@ -31,6 +31,8 @@ THIS SOFTWARE.
 
 /* $FreeBSD$ */
 
+#include <ctype.h>
+
 #include "gdtoaimp.h"
 
  static void



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