Revision: 33594
          http://brlcad.svn.sourceforge.net/brlcad/?rev=33594&view=rev
Author:   bob1961
Date:     2009-01-23 15:23:35 +0000 (Fri, 23 Jan 2009)

Log Message:
-----------
Need to include bu.h for Windows.

Modified Paths:
--------------
    brlcad/trunk/src/libbu/interrupt.c

Modified: brlcad/trunk/src/libbu/interrupt.c
===================================================================
--- brlcad/trunk/src/libbu/interrupt.c  2009-01-23 05:38:45 UTC (rev 33593)
+++ brlcad/trunk/src/libbu/interrupt.c  2009-01-23 15:23:35 UTC (rev 33594)
@@ -30,7 +30,9 @@
 #include <signal.h>
 #include <assert.h>
 
+#include "bu.h"
 
+
 /* hard-coded maximum signal number we can defer due to array we're
  * using for quick O(1) access in a single container for all signals.
  */


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:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to