diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c index d0fd539bc58..4dc456aaa75 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -6249,6 +6249,8 @@ syms_of_xterm () | |||
| 6249 | #ifdef X_CONNECTION_LOCK_FLAG | 6249 | #ifdef X_CONNECTION_LOCK_FLAG |
| 6250 | #define free loserfree | 6250 | #define free loserfree |
| 6251 | #define malloc losermalloc | 6251 | #define malloc losermalloc |
| 6252 | #define exit loserexit | ||
| 6253 | #define abort loserabort | ||
| 6252 | /* For XlibDisplayWriting */ | 6254 | /* For XlibDisplayWriting */ |
| 6253 | #include <X11/Xlibint.h> | 6255 | #include <X11/Xlibint.h> |
| 6254 | #endif | 6256 | #endif |