mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
Add missing guard for HAVE_UNISTD_H
This commit is contained in:

committed by
Seth Jackson

parent
0ee33981e8
commit
07eaff7c26
@@ -10,7 +10,9 @@
|
||||
#include <stdint.h>
|
||||
#include <inttypes.h>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
#include <assert.h>
|
||||
|
||||
#include <msgpack.h>
|
||||
|
Reference in New Issue
Block a user