From a4e4b2fba0baccc53c829fbc0088b30396062542 Mon Sep 17 00:00:00 2001 From: Eric J Korpela Date: Tue, 5 Mar 2013 10:12:55 -0800 Subject: [PATCH] - Double include protection added to sched_customize.h --- sched/sched_customize.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sched/sched_customize.h b/sched/sched_customize.h index c128ac6f95..94ba7924bc 100644 --- a/sched/sched_customize.h +++ b/sched/sched_customize.h @@ -14,6 +14,8 @@ // // You should have received a copy of the GNU Lesser General Public License // along with BOINC. If not, see . +#ifndef SCHED_CUSTOMIZE_H +#define SCHED_CUSTOMIZE_H #include "boinc_db.h" #include "sched_types.h" @@ -105,3 +107,5 @@ static inline void coproc_perf( // do the math u1 = frac*s2/y; } + +#endif