summaryrefslogtreecommitdiffstats
path: root/mpi/mpi.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-04-22 19:53:02 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-04-22 19:53:02 -0700
commitb59969be0d3254e336abcde112528a4fc4179880 (patch)
tree4531cf6a0fee66f140bfcd8195d0a351a3d61261 /mpi/mpi.c
parentb7a14e042d13adb8bee95c1d1d18ceb30436055d (diff)
downloadtxr-b59969be0d3254e336abcde112528a4fc4179880.tar.gz
txr-b59969be0d3254e336abcde112528a4fc4179880.tar.bz2
txr-b59969be0d3254e336abcde112528a4fc4179880.zip
config-types patch
* mpi/mpi-types.h: Rewritten by hand to use make use of information produced by TXR's configure script into config/config.h. * mpi/mpi.c, mpi/mplogic.c: Include the config.h header, now needed by mpi-types.h.
Diffstat (limited to 'mpi/mpi.c')
-rw-r--r--mpi/mpi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpi/mpi.c b/mpi/mpi.c
index e754ed2d..52346301 100644
--- a/mpi/mpi.c
+++ b/mpi/mpi.c
@@ -9,6 +9,7 @@
$Id: mpi.c,v 1.1 2004/02/08 04:29:29 sting Exp $
*/
+#include "config.h"
#include "mpi.h"
#include <stdlib.h>
#include <string.h>