2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +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 1ee9eeac89
commit 2e8efab634

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 */