Revision: 42369
http://brlcad.svn.sourceforge.net/brlcad/?rev=42369&view=rev
Author: starseeker
Date: 2011-01-17 06:18:09 +0000 (Mon, 17 Jan 2011)
Log Message:
-----------
We still need common.h in itclInt.h
Modified Paths:
--------------
brlcad/trunk/src/other/incrTcl/itcl/generic/itclInt.h
Modified: brlcad/trunk/src/other/incrTcl/itcl/generic/itclInt.h
===================================================================
--- brlcad/trunk/src/other/incrTcl/itcl/generic/itclInt.h 2011-01-17
06:09:41 UTC (rev 42368)
+++ brlcad/trunk/src/other/incrTcl/itcl/generic/itclInt.h 2011-01-17
06:18:09 UTC (rev 42369)
@@ -49,6 +49,14 @@
#ifndef ITCLINT_H
#define ITCLINT_H
+ /* included so we avoid tcl's compat headers */
+
+#if defined(_WIN32) && !defined(__CYGWIN__)
+# include <fcntl.h>
+# include <io.h>
+#endif
+#include "common.h"
+
#include "tclInt.h"
#include "itcl.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