Fix build error on OpenBSD

This commit is contained in:
Nan Xiao
2018-10-26 09:28:31 +08:00
parent a6041025f2
commit 73fc376dac

View File

@@ -2,6 +2,7 @@
#include <unistd.h>
#include <assert.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <string.h>