Revision: 42258
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42258&view=rev
Author:   d_rossberg
Date:     2011-01-14 10:13:14 +0000 (Fri, 14 Jan 2011)

Log Message:
-----------
there is no inttypes.h in MSVC
however it should not be necessary anyway, int64_t has to be declared via bu.h

Modified Paths:
--------------
    brlcad/trunk/src/libbu/timetester.c

Modified: brlcad/trunk/src/libbu/timetester.c
===================================================================
--- brlcad/trunk/src/libbu/timetester.c 2011-01-14 06:06:45 UTC (rev 42257)
+++ brlcad/trunk/src/libbu/timetester.c 2011-01-14 10:13:14 UTC (rev 42258)
@@ -23,7 +23,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
-#include <inttypes.h>
 
 #include "bu.h"
 


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

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to