diff --git a/ChangeLog b/ChangeLog index 2aae16df2..a480b2f12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-02-08 Adam Fedor + + * Source/simple-load.h (__USE_GNU): Define for dlfcn. + 2004-02-08 Richard Frith-Macdonald * Source/NSConection.m: Simplify code by using GSLazyLock and diff --git a/Source/simple-load.h b/Source/simple-load.h index 4be3e4e29..631e23977 100644 --- a/Source/simple-load.h +++ b/Source/simple-load.h @@ -15,6 +15,9 @@ #ifndef __sunos_load_h_INCLUDE #define __sunos_load_h_INCLUDE +#ifndef __USE_GNU +#define __USE_GNU +#endif #include /* This is the GNU name for the CTOR list */