Revision: 70431
          http://sourceforge.net/p/brlcad/code/70431
Author:   brlcad
Date:     2017-11-22 08:30:10 +0000 (Wed, 22 Nov 2017)
Log Message:
-----------
need one of the sys headers for size_t now

Modified Paths:
--------------
    brlcad/trunk/src/external/Creo/shim.h

Modified: brlcad/trunk/src/external/Creo/shim.h
===================================================================
--- brlcad/trunk/src/external/Creo/shim.h       2017-11-22 08:14:15 UTC (rev 
70430)
+++ brlcad/trunk/src/external/Creo/shim.h       2017-11-22 08:30:10 UTC (rev 
70431)
@@ -4,6 +4,9 @@
  * either coincidental or necessary for compilation.
  */
 
+#include "common.h"
+
+#include <stdio.h> /* for size_t */
 #include "vmath.h"
 
 #define ACCESS_AVAILABLE                       1

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to