Fix NS build failure
* src/thread.c: xgselect isn't used with NS, even when HAVE_GLIB is defined.
This commit is contained in:
parent
96e5d8ce0d
commit
e63a0c466c
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
|
|||
#include "pdumper.h"
|
||||
#include "keyboard.h"
|
||||
|
||||
#ifdef HAVE_GLIB
|
||||
#if defined HAVE_GLIB && ! defined (HAVE_NS)
|
||||
#include <xgselect.h>
|
||||
#else
|
||||
#define release_select_lock() do { } while (0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue