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

Log Message:
-----------
check for sys/time.h since it's posix.1

Modified Paths:
--------------
    brlcad/trunk/src/bwish/input.c

Modified: brlcad/trunk/src/bwish/input.c
===================================================================
--- brlcad/trunk/src/bwish/input.c      2010-10-19 04:19:12 UTC (rev 41075)
+++ brlcad/trunk/src/bwish/input.c      2010-10-19 04:25:13 UTC (rev 41076)
@@ -34,7 +34,9 @@
 #if defined(IRIX) && IRIX == 5
 #  define _BSD_COMPAT
 #endif
-#include <sys/time.h>
+#ifdef HAVE_SYS_TIME_H
+#  include <sys/time.h>
+#endif
 
 #include "bio.h"
 


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