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/mplogic.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/mplogic.c')
-rw-r--r-- | mpi/mplogic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mpi/mplogic.c b/mpi/mplogic.c index 32df307a..5e647b88 100644 --- a/mpi/mplogic.c +++ b/mpi/mplogic.c @@ -9,6 +9,7 @@ $Id: mplogic.c,v 1.1 2004/02/08 04:29:29 sting Exp $ */ +#include "config.h" #include "mplogic.h" #include <stdlib.h> |