mirror of
https://github.com/neovim/neovim.git
synced 2026-07-21 08:31:47 +00:00
Merge pull request #3780 from sethjackson/header-guards
Add missing guard for HAVE_UNISTD_H
This commit is contained in:
@@ -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