From 3ad9aafbd02e23c0d4a8fdb41f02ff25fa03746a Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 22 Jan 2016 06:57:38 -0800 Subject: Reduce header pollution caused by mpi.h. * eval.c: include that was previously coming via "mpi.h". * mpi/mpi.c: Includes of , and moved here. * mpi/mpi.h: Remove include of , and . Keeping for now; needed for CHAR_BIT. * mpi/mplogic.c: Needs --- mpi/mplogic.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mpi/mplogic.c') diff --git a/mpi/mplogic.c b/mpi/mplogic.c index 2d1cf7bf..eb44b866 100644 --- a/mpi/mplogic.c +++ b/mpi/mplogic.c @@ -11,6 +11,9 @@ #include "config.h" #include "mplogic.h" +#if MP_ARGCHK == 2 +#include +#endif #include /* Some things from the guts of the MPI library we make use of... */ -- cgit v1.2.3