- Double include protection added to sched_customize.h

This commit is contained in:
Eric J Korpela 2013-03-05 10:12:55 -08:00 committed by Oliver Bock
parent 7621e98c5b
commit a4e4b2fba0
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,8 @@
// //
// You should have received a copy of the GNU Lesser General Public License // You should have received a copy of the GNU Lesser General Public License
// along with BOINC. If not, see <http://www.gnu.org/licenses/>. // along with BOINC. If not, see <http://www.gnu.org/licenses/>.
#ifndef SCHED_CUSTOMIZE_H
#define SCHED_CUSTOMIZE_H
#include "boinc_db.h" #include "boinc_db.h"
#include "sched_types.h" #include "sched_types.h"
@ -105,3 +107,5 @@ static inline void coproc_perf(
// do the math // do the math
u1 = frac*s2/y; u1 = frac*s2/y;
} }
#endif