diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-04-22 19:53:02 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-04-22 19:53:02 -0700 |
commit | b59969be0d3254e336abcde112528a4fc4179880 (patch) | |
tree | 4531cf6a0fee66f140bfcd8195d0a351a3d61261 /mpi/mpi.c | |
parent | b7a14e042d13adb8bee95c1d1d18ceb30436055d (diff) | |
download | txr-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |