2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 00:32:11 +00:00

Include unistd.h

Fixes #2596.


[SVN r51896]
This commit is contained in:
Vladimir Prus
2009-03-21 23:12:15 +00:00
parent 222e32cf97
commit e0c99b52e3

View File

@@ -410,6 +410,7 @@
#include <signal.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#ifndef OS_QNX
#include <memory.h>