Fixed another vmdio issue.
authorDavid van der Spoel <spoel@xray.bmc.uu.se>
Mon, 10 Feb 2014 17:18:09 +0000 (18:18 +0100)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Tue, 11 Feb 2014 15:46:10 +0000 (16:46 +0100)
An include that was missed previsouly in trxio.h.

Change-Id: Id7f491e402dec0ee6783d933e98692abb6ce9f1a

src/gromacs/fileio/trxio.c

index 74b4831b8bfd05b737a433c60123708f731d6e0a..8bc55546d61c5d52a8fb846bc39817d8ff775201 100644 (file)
@@ -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"