2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +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 5fda052785
commit 74b86fe83e

View File

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