From 90c845090707b8770dbd58a810b4031b6f8352f2 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 2 May 2003 23:29:57 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=1156 --- db/boinc_db.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/boinc_db.h b/db/boinc_db.h index 40316dfb44..30bd017526 100755 --- a/db/boinc_db.h +++ b/db/boinc_db.h @@ -17,8 +17,8 @@ // Contributor(s): // -#ifndef _DB_ -#define _DB_ +#ifndef _BOINC_DB_ +#define _BOINC_DB_ // Structures corresponding to database records. // Some of these types have counterparts in client/types.h,