From: Mark Wooding Date: Mon, 5 Aug 2013 20:12:32 +0000 (+0100) Subject: math/mpreduce.h: Missing include files. X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/3e248c3b5b309bc03eb5f70762d3f5671d51f996 math/mpreduce.h: Missing include files. This all seems rather unfinished, really. --- diff --git a/math/mpreduce.h b/math/mpreduce.h index c90c93f..80fb113 100644 --- a/math/mpreduce.h +++ b/math/mpreduce.h @@ -34,6 +34,12 @@ /*----- Header files ------------------------------------------------------*/ +#include + +#ifndef CATACOMB_MP_H +# include "mp.h" +#endif + /*----- Data structures ---------------------------------------------------*/ typedef struct mpreduce_instr {