mirror of
https://github.com/vim/vim.git
synced 2025-11-01 10:07:16 -04:00
patch 9.0.0237: Mac: cannot build if dispatch.h is not available
Problem: Mac: cannot build if dispatch.h is not available. Solution: Add #ifdef. (Evan Miller, closes #10954)
This commit is contained in:
committed by
Bram Moolenaar
parent
b82a2ab8ad
commit
e24a14118c
@@ -28,7 +28,9 @@
|
||||
#include <sys/errno.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef FEAT_RELTIME
|
||||
#include <dispatch/dispatch.h>
|
||||
#endif
|
||||
|
||||
#include "vim.h"
|
||||
#import <AppKit/AppKit.h>
|
||||
|
||||
Reference in New Issue
Block a user