diff options
author | uqs <uqs@FreeBSD.org> | 2010-06-02 18:31:04 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-06-02 18:31:04 +0000 |
commit | bf334bd4a759559e589a8fe20eebf8c48effbca1 (patch) | |
tree | a99f9ba3699b7a2d1678a50c5ad4c108d0dcd863 /contrib/gdtoa | |
parent | cfb9348b6980d65002d99e13cf49c6a386082d46 (diff) | |
download | FreeBSD-src-bf334bd4a759559e589a8fe20eebf8c48effbca1.zip FreeBSD-src-bf334bd4a759559e589a8fe20eebf8c48effbca1.tar.gz |
Add required header for isalnum(3) to quench compiler warnings
Forgotten in: r174678
Submitted by: Alexander Best alexbestms at wwu.de
Approved by: das
Diffstat (limited to 'contrib/gdtoa')
-rw-r--r-- | contrib/gdtoa/hexnan.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/gdtoa/hexnan.c b/contrib/gdtoa/hexnan.c index 6faea78..58952db 100644 --- a/contrib/gdtoa/hexnan.c +++ b/contrib/gdtoa/hexnan.c @@ -31,6 +31,8 @@ THIS SOFTWARE. /* $FreeBSD$ */ +#include <ctype.h> + #include "gdtoaimp.h" static void |