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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user