Revision: 44809
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44809&view=rev
Author:   erikgreenwald
Date:     2011-06-07 21:07:31 +0000 (Tue, 07 Jun 2011)

Log Message:
-----------
add dlfcn.h for RTLD_*

Modified Paths:
--------------
    brlcad/trunk/include/bu.h

Modified: brlcad/trunk/include/bu.h
===================================================================
--- brlcad/trunk/include/bu.h   2011-06-07 20:59:25 UTC (rev 44808)
+++ brlcad/trunk/include/bu.h   2011-06-07 21:07:31 UTC (rev 44809)
@@ -185,6 +185,10 @@
 #  include <stdint.h> /* for [u]int[16|32|64]_t */
 #endif
 
+#ifdef HAVE_DLFCN_H
+#  include <dlfcn.h>   /* for RTLD_* */
+#endif
+
 /* common interface headers */
 #include "tcl.h"       /* Included for Tcl_Interp definition */
 #include "magic.h"


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

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to