From 097a70d3081cba71314c756d3452833c4dc49b02 Mon Sep 17 00:00:00 2001 From: Bernd Machenschalk Date: Thu, 7 May 2009 14:25:05 +0000 Subject: [PATCH] is a C++ haeder - moved it to __cplusplus section (lib/filesys.h) svn path=/trunk/boinc/; revision=18044 --- checkin_notes | 5 +++++ lib/filesys.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index f8337606d9..a8cdf42454 100644 --- a/checkin_notes +++ b/checkin_notes @@ -4383,3 +4383,8 @@ David 7 May 2009 backend_lib.cpp create_work.cpp dir_hier_path.cpp + +Bernd 7 May 2009 + - is a C++ haeder - moved it to __cplusplus section + lib/ + filesys.h diff --git a/lib/filesys.h b/lib/filesys.h index 89a9ad51d2..f31e5ebcf5 100644 --- a/lib/filesys.h +++ b/lib/filesys.h @@ -25,11 +25,11 @@ #if defined(_WIN32) && !defined(__CYGWIN32__) #else -#include #include #include #ifdef __cplusplus +#include #include #endif