changeset 1893:c6b47f3db988

Oops missed change to dw.h adding _GNU_SOURCE define to the header. This is required on Linux to get the RTLD_DEFAULT flag to dlsym().
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 17 Oct 2013 23:02:45 +0000
parents c4a6ef8291be
children ed377fd16360
files dw.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dw.h	Thu Oct 17 22:59:53 2013 +0000
+++ b/dw.h	Thu Oct 17 23:02:45 2013 +0000
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id: dw.h 1897 2013-09-09 19:18:36Z bsmith $ */
 
 #ifndef _H_DW
 #define _H_DW
@@ -937,6 +937,7 @@
 
 #else
 /* GTK Specific section */
+#define _GNU_SOURCE
 #include <gtk/gtk.h>
 #ifdef GDK_WINDOWING_X11
 # include <gdk/gdkx.h>