chiark
/
gitweb
/
~mdw
/
catacomb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa99793
)
math/mpreduce.h: Missing include files.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 5 Aug 2013 20:12:32 +0000
(21:12 +0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/math/mpreduce.h
b/math/mpreduce.h
index c90c93fb64979e9668ef7121db4f48b113a688f9..80fb113ae59fc7a69b782796114b25f83319f10a 100644
(file)
--- a/
math/mpreduce.h
+++ b/
math/mpreduce.h
@@
-34,6
+34,12
@@
/*----- Header files ------------------------------------------------------*/
+#include <stdio.h>
+
+#ifndef CATACOMB_MP_H
+# include "mp.h"
+#endif
+
/*----- Data structures ---------------------------------------------------*/
typedef struct mpreduce_instr {