Revision: 55102
http://brlcad.svn.sourceforge.net/brlcad/?rev=55102&view=rev
Author: r_weiss
Date: 2013-04-09 21:20:01 +0000 (Tue, 09 Apr 2013)
Log Message:
-----------
For the windows build, added the headers "fcntl.h" and "errno.h" which are
needed for the symbol "_O_TEXT" used in the definition of "pipe".
Modified Paths:
--------------
brlcad/trunk/include/config_win.h
brlcad/trunk/include/config_win_cmake.h.in
Modified: brlcad/trunk/include/config_win.h
===================================================================
--- brlcad/trunk/include/config_win.h 2013-04-09 20:21:24 UTC (rev 55101)
+++ brlcad/trunk/include/config_win.h 2013-04-09 21:20:01 UTC (rev 55102)
@@ -32,6 +32,9 @@
#ifndef IGNORE_CONFIG_H
#if defined(_WIN32)
+#include <fcntl.h>
+#include <errno.h>
+
/* !!! this should not be here, should fix the build system settings */
#define __STDC__ 1
Modified: brlcad/trunk/include/config_win_cmake.h.in
===================================================================
--- brlcad/trunk/include/config_win_cmake.h.in 2013-04-09 20:21:24 UTC (rev
55101)
+++ brlcad/trunk/include/config_win_cmake.h.in 2013-04-09 21:20:01 UTC (rev
55102)
@@ -29,6 +29,9 @@
#ifndef IGNORE_CONFIG_H
#if defined(_WIN32)
+#include <fcntl.h>
+#include <errno.h>
+
/* !!! this should not be here, should fix the build system settings */
#define __STDC__ 1
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits