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