freebsd-ports/science/gromacs/files/patch-src__gmxlib__thread_mpi__atomic.c
Martin Wilke 72819d26fb - Update to 4.6.2
PR:		179208
Submitted by:	Ports Fury
2013-06-04 08:19:33 +00:00

17 lines
330 B
C

--- src/gmxlib/thread_mpi/atomic.c.orig
+++ src/gmxlib/thread_mpi/atomic.c
@@ -35,6 +35,14 @@
files.
*/
+#ifdef HAVE_TMPI_CONFIG_H
+#include "tmpi_config.h"
+#endif
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "impl.h"
/* This file is only needed when no intrinsic atomic operations are present. */