14 lines
278 B
Plaintext
14 lines
278 B
Plaintext
--- xip/xipvar.c-orig Mon Jun 21 11:53:08 1999
|
|
+++ xip/xipvar.c Mon Jun 21 11:55:11 1999
|
|
@@ -54,6 +54,10 @@
|
|
# include <dlfcn.h>
|
|
#endif
|
|
|
|
+#ifndef RTLD_NOW
|
|
+#define RTLD_NOW DL_LAZY
|
|
+#endif
|
|
+
|
|
extern Widget toplevel;
|
|
extern t_boolean verbose;
|
|
extern Pixmap xipicon_pixmap;
|