Revision: 42068
http://brlcad.svn.sourceforge.net/brlcad/?rev=42068&view=rev
Author: brlcad
Date: 2011-01-11 07:52:43 +0000 (Tue, 11 Jan 2011)
Log Message:
-----------
isspace() needs ctype.h
Modified Paths:
--------------
brlcad/trunk/src/conv/asc/asc2g.c
brlcad/trunk/src/conv/asc/g2asc.c
Modified: brlcad/trunk/src/conv/asc/asc2g.c
===================================================================
--- brlcad/trunk/src/conv/asc/asc2g.c 2011-01-11 06:33:08 UTC (rev 42067)
+++ brlcad/trunk/src/conv/asc/asc2g.c 2011-01-11 07:52:43 UTC (rev 42068)
@@ -30,6 +30,7 @@
#include <stdlib.h>
#include <string.h>
+#include <ctype.h>
#include "bio.h"
#include "vmath.h"
Modified: brlcad/trunk/src/conv/asc/g2asc.c
===================================================================
--- brlcad/trunk/src/conv/asc/g2asc.c 2011-01-11 06:33:08 UTC (rev 42067)
+++ brlcad/trunk/src/conv/asc/g2asc.c 2011-01-11 07:52:43 UTC (rev 42068)
@@ -28,8 +28,8 @@
#include "common.h"
#include <stdlib.h>
+#include <string.h>
#include <ctype.h>
-#include <string.h>
#include "bio.h"
#include "vmath.h"
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web. Learn how to
best implement a security strategy that keeps consumers' information secure
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits