From dbbad9f90981b443eb29069dc9f00e74af0048d6 Mon Sep 17 00:00:00 2001 From: shefty Date: Wed, 11 Feb 2009 12:14:55 +0000 Subject: [PATCH] ibat: avoid duplicate definitions if included multiple times Signed-off-by: Sean Hefty git-svn-id: svn://openib.tc.cornell.edu/gen1@1950 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- branches/winverbs/inc/user/iba/ibat.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/branches/winverbs/inc/user/iba/ibat.h b/branches/winverbs/inc/user/iba/ibat.h index ebfad1c2..c9a17405 100644 --- a/branches/winverbs/inc/user/iba/ibat.h +++ b/branches/winverbs/inc/user/iba/ibat.h @@ -29,6 +29,9 @@ * $Id:$ */ +#ifndef _IBAT_H_ +#define _IBAT_H_ + #include #include @@ -60,3 +63,5 @@ IbatResolve( ); #endif /* __cplusplus */ + +#endif // _IBAT_H_ \ No newline at end of file -- 2.46.0