math/mpreduce.h: Missing include files.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 5 Aug 2013 20:12:32 +0000 (21:12 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 5 Aug 2013 20:12:32 +0000 (21:12 +0100)
This all seems rather unfinished, really.

math/mpreduce.h

index c90c93f..80fb113 100644 (file)
 
 /*----- Header files ------------------------------------------------------*/
 
 
 /*----- Header files ------------------------------------------------------*/
 
+#include <stdio.h>
+
+#ifndef CATACOMB_MP_H
+#  include "mp.h"
+#endif
+
 /*----- Data structures ---------------------------------------------------*/
 
 typedef struct mpreduce_instr {
 /*----- Data structures ---------------------------------------------------*/
 
 typedef struct mpreduce_instr {