Add missing guard for HAVE_UNISTD_H

This commit is contained in:
Rui Abreu Ferreira
2015-10-17 02:22:32 +01:00
committed by Seth Jackson
parent 0ee33981e8
commit 07eaff7c26

View File

@@ -10,7 +10,9 @@
#include <stdint.h>
#include <inttypes.h>
#include <errno.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <assert.h>
#include <msgpack.h>