# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1382050965 0 # Node ID c6b47f3db988a490cd5d0a31dcd7b0b8976566e3 # Parent c4a6ef8291be395499ad03b44d0c2932cf9baf86 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(). diff -r c4a6ef8291be -r c6b47f3db988 dw.h --- 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 #ifdef GDK_WINDOWING_X11 # include