$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r80256 - trunk/tools/build/v2/engine
From: jurko.gospodnetic_at_[hidden]
Date: 2012-08-27 06:57:16
Author: jurko
Date: 2012-08-27 06:57:16 EDT (Mon, 27 Aug 2012)
New Revision: 80256
URL: http://svn.boost.org/trac/boost/changeset/80256
Log:
Corrected a gcc compilation warning displayed when compiling Boost Jam's fileunix.c module.
Text files modified:
trunk/tools/build/v2/engine/fileunix.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/tools/build/v2/engine/fileunix.c
==============================================================================
--- trunk/tools/build/v2/engine/fileunix.c (original)
+++ trunk/tools/build/v2/engine/fileunix.c 2012-08-27 06:57:16 EDT (Mon, 27 Aug 2012)
@@ -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 */