2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +00:00

Corrected a gcc compilation warning displayed when compiling Boost Jam's fileunix.c module.

[SVN r80256]
This commit is contained in:
Jurko Gospodnetić
2012-08-27 10:57:16 +00:00
parent 881e34dacc
commit 9cdbf9684b

View File

@@ -35,6 +35,7 @@
#include <assert.h>
#include <stdio.h>
#include <sys/stat.h> /* needed for mkdir() */
#if defined( sun ) || defined( __sun ) || defined( linux )
# include <unistd.h> /* needed for read and close prototype */