Revision: 41077
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41077&view=rev
Author:   brlcad
Date:     2010-10-19 04:29:39 +0000 (Tue, 19 Oct 2010)

Log Message:
-----------
include bio.h so we can get windows.h included so we can get struct timeval 
defined

Modified Paths:
--------------
    brlcad/trunk/include/cmd.h

Modified: brlcad/trunk/include/cmd.h
===================================================================
--- brlcad/trunk/include/cmd.h  2010-10-19 04:25:13 UTC (rev 41076)
+++ brlcad/trunk/include/cmd.h  2010-10-19 04:29:39 UTC (rev 41077)
@@ -44,9 +44,11 @@
 #  include <sys/time.h>
 #endif
 #include <time.h>
+#include "bio.h" /* for timeval via windows.h */
 
 #include "bu.h"
 
+
 #define MAXARGS 9000
 #define CMD_NULL (int (*)(ClientData, Tcl_Interp *, int, const char **))NULL
 #define CMDHIST_NULL (struct bu_cmdhist *)NULL


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

------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to