Revision: 55725
          http://sourceforge.net/p/brlcad/code/55725
Author:   bob1961
Date:     2013-06-12 18:07:06 +0000 (Wed, 12 Jun 2013)
Log Message:
-----------
Tweak for compiling on Windows.

Modified Paths:
--------------
    brlcad/trunk/src/adrt/isst_tcltk.c

Modified: brlcad/trunk/src/adrt/isst_tcltk.c
===================================================================
--- brlcad/trunk/src/adrt/isst_tcltk.c  2013-06-12 16:46:14 UTC (rev 55724)
+++ brlcad/trunk/src/adrt/isst_tcltk.c  2013-06-12 18:07:06 UTC (rev 55725)
@@ -28,6 +28,10 @@
 
 #include <stdio.h>
 
+#ifdef _WIN32
+#include "tkWinInt.h"
+#endif
+
 #include <GL/gl.h>
 
 #include "tcl.h"

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


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to