Merge pull request #2 from NanXiao/master

Fix build error on OpenBSD
This commit is contained in:
Remzi Arpaci-Dusseau
2018-10-25 20:44:13 -05:00
committed by GitHub

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>