X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Flegacyheaders%2Ftypes%2Finteraction_const.h;h=319d6c2a61995b79fcac08c7636bdf1c863d9658;hb=ca364374d27b09e182ef2a7bd099a6ec038ad21e;hp=1f1a50ae63c69ad57508c92702ed3d79808edbed;hpb=9ea20ff4673e495759f222cb2cfb0c89b996ddef;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/legacyheaders/types/interaction_const.h b/src/gromacs/legacyheaders/types/interaction_const.h index 1f1a50ae63..319d6c2a61 100644 --- a/src/gromacs/legacyheaders/types/interaction_const.h +++ b/src/gromacs/legacyheaders/types/interaction_const.h @@ -33,8 +33,10 @@ * the research papers on the package. Check out http://www.gromacs.org. */ -#ifndef _INTERACTION_CONST_ -#define _INTERACTION_CONST_ +#ifndef GMX_LEGACYHEADERS_INTERACTION_CONST_H +#define GMX_LEGACYHEADERS_INTERACTION_CONST_H + +#include "gromacs/utility/real.h" #ifdef __cplusplus extern "C" { @@ -133,4 +135,4 @@ typedef struct { } #endif -#endif /* _INTERACTION_CONST_ */ +#endif