override: use X_DISPLAY_MISSING

This commit is contained in:
Rémi Denis-Courmont 2022-04-13 22:15:45 +03:00 committed by Felix Paul Kühne
parent 6ffd460803
commit d2ef799a6f
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ char *strerror (int val)
}
/*** Xlib ****/
#ifdef HAVE_X11_XLIB_H
#ifndef X_DISPLAY_MISSING
# include <X11/Xlib.h>
static pthread_mutex_t xlib_lock = PTHREAD_MUTEX_INITIALIZER;