Revision: 41089
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41089&view=rev
Author:   brlcad
Date:     2010-10-19 05:30:14 +0000 (Tue, 19 Oct 2010)

Log Message:
-----------
undoubtedly others, but respond to a volley of Windows compilation header 
inlusion failures

Modified Paths:
--------------
    brlcad/trunk/src/util/pixblend.c
    brlcad/trunk/src/util/ttcp.c

Modified: brlcad/trunk/src/util/pixblend.c
===================================================================
--- brlcad/trunk/src/util/pixblend.c    2010-10-19 05:19:59 UTC (rev 41088)
+++ brlcad/trunk/src/util/pixblend.c    2010-10-19 05:30:14 UTC (rev 41089)
@@ -35,7 +35,9 @@
 #include "common.h"
 
 #include <stdlib.h>
-#include <sys/time.h>
+#ifdef HAVE_SYS_TIME_H
+#  include <sys/time.h>
+#endif
 #include <string.h>
 #include "bio.h"
 

Modified: brlcad/trunk/src/util/ttcp.c
===================================================================
--- brlcad/trunk/src/util/ttcp.c        2010-10-19 05:19:59 UTC (rev 41088)
+++ brlcad/trunk/src/util/ttcp.c        2010-10-19 05:30:14 UTC (rev 41089)
@@ -47,7 +47,9 @@
 #include <ctype.h>
 #include <errno.h>
 #include <sys/types.h>
-#include <sys/socket.h>
+#ifndef _WIN32
+#  include <sys/socket.h>
+#endif
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #include <sys/time.h>          /* struct timeval */


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