From: David van der Spoel Date: Mon, 10 Feb 2014 17:18:09 +0000 (+0100) Subject: Fixed another vmdio issue. X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=b9a814f8b39edd4206f22a28d7e0e8505d23e0ef;p=alexxy%2Fgromacs.git Fixed another vmdio issue. An include that was missed previsouly in trxio.h. Change-Id: Id7f491e402dec0ee6783d933e98692abb6ce9f1a --- diff --git a/src/gromacs/fileio/trxio.c b/src/gromacs/fileio/trxio.c index 74b4831b8b..8bc55546d6 100644 --- a/src/gromacs/fileio/trxio.c +++ b/src/gromacs/fileio/trxio.c @@ -2,8 +2,8 @@ * This file is part of the GROMACS molecular simulation package. * * Copyright (c) 1991-2000, University of Groningen, The Netherlands. - * Copyright (c) 2001-2004, The GROMACS development team, - * Copyright (c) 2013, by the GROMACS development team, led by + * Copyright (c) 2001-2004, The GROMACS development team. + * Copyright (c) 2013,2014, by the GROMACS development team, led by * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl, * and including many others, as listed in the AUTHORS file in the * top-level source directory and at http://www.gromacs.org. @@ -46,7 +46,9 @@ #include "sysstuff.h" #include "typedefs.h" +#ifdef GMX_USE_PLUGINS #include "vmdio.h" +#endif #include "string2.h" #include "smalloc.h" #include "pbc.h"