Split g96 I/O routines from confio.cpp
[alexxy/gromacs.git] / src / gromacs / topology / mtop_util.h
index 308476ea764b87d249d83d201d3b0f2d56982bb8..e5ec0c205380cb3f4154b07a4cd916084b25093b 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
- * Copyright (c) 2012,2013,2014, by the GROMACS development team, led by
+ * Copyright (c) 2012,2013,2014,2015, 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.
 #include "gromacs/legacyheaders/types/inputrec.h"
 #include "gromacs/utility/basedefinitions.h"
 
+/* Ugly hack to convince some compilers that returning t_topology (or other
+ * structs) from an extern "C" function is OK; can probably go when the extern
+ * "C" blocks go.
+ */
+#include "gromacs/topology/topology.h"
+
 #ifdef __cplusplus
 extern "C" {
 #endif