From 9c185c44b006dfd5ce98af91db593e14850fb72d Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Wed, 16 Jun 2010 02:10:23 +0000 Subject: [PATCH] Mac: fix compiler warning svn path=/trunk/boinc/; revision=21755 --- checkin_notes | 6 ++++++ lib/procinfo_mac.cpp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 1a9cca38d6..113ea76873 100644 --- a/checkin_notes +++ b/checkin_notes @@ -4291,3 +4291,9 @@ David 15 Jun 2010 sched_version.cpp client/ log_flags.cpp + +Charlie 15 Jun 2010 + Mac: fix compiler warning. + + lib/ + procinfo_mac.cpp diff --git a/lib/procinfo_mac.cpp b/lib/procinfo_mac.cpp index d94a2f0400..5ad2384d30 100644 --- a/lib/procinfo_mac.cpp +++ b/lib/procinfo_mac.cpp @@ -26,10 +26,10 @@ #if SHOW_TIMING #include +#include "client_msgs.h" #endif #include "procinfo.h" -#include "client_msgs.h" #include "client_state.h" using std::vector;