X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Ftopology%2Fmtop_util.h;h=e5ec0c205380cb3f4154b07a4cd916084b25093b;hb=6d710a72324939e6e1be178868cf79fb2f6a9203;hp=308476ea764b87d249d83d201d3b0f2d56982bb8;hpb=87992126dd5b43f3e00415d07967b99f792a4527;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/topology/mtop_util.h b/src/gromacs/topology/mtop_util.h index 308476ea76..e5ec0c2053 100644 --- a/src/gromacs/topology/mtop_util.h +++ b/src/gromacs/topology/mtop_util.h @@ -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. @@ -40,6 +40,12 @@ #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