diff --git a/SWIG/Source/DOH/Include/doh.h b/SWIG/Source/DOH/Include/doh.h index f1339c299..0199cd13d 100644 --- a/SWIG/Source/DOH/Include/doh.h +++ b/SWIG/Source/DOH/Include/doh.h @@ -26,6 +26,9 @@ #include #include +#ifndef DOH_H +#define DOH_H + #define DOH_MAJOR_VERSION 0 #define DOH_MINOR_VERSION 1 @@ -324,5 +327,4 @@ extern DOH *DohSplit(DOH *input, char *chs, int nsplits); } #endif - - +#endif /* DOH_H */