math/mpreduce.h: Missing include files.
[u/mdw/catacomb] / math / mpreduce.h
index c90c93f..80fb113 100644 (file)
 
 /*----- Header files ------------------------------------------------------*/
 
+#include <stdio.h>
+
+#ifndef CATACOMB_MP_H
+#  include "mp.h"
+#endif
+
 /*----- Data structures ---------------------------------------------------*/
 
 typedef struct mpreduce_instr {