summaryrefslogtreecommitdiff
path: root/src/port/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/unistd.h')
-rw-r--r--src/port/unistd.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/port/unistd.h b/src/port/unistd.h
new file mode 100644
index 0000000..712f851
--- /dev/null
+++ b/src/port/unistd.h
@@ -0,0 +1,12 @@
+#ifndef __UNISTD_H
+#define __UNISTD_H
+
+#include "sys.h"
+
+#include <unistd.h>
+
+#if !defined HAVE_LOCKF
+#include "port/lockf.h"
+#endif
+
+#endif /* ifndef __UNISTD_H */