math/gfreduce.h: Missing include.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 9 Aug 2013 09:13:15 +0000 (10:13 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 9 Aug 2013 09:13:15 +0000 (10:13 +0100)
math/gfreduce.h

index 2c8a884..b60c8fa 100644 (file)
@@ -34,6 +34,8 @@
 
 /*----- Header files ------------------------------------------------------*/
 
 
 /*----- Header files ------------------------------------------------------*/
 
+#include <stdio.h>
+
 #ifndef CATACOMB_GF_H
 #  include "gf.h"
 #endif
 #ifndef CATACOMB_GF_H
 #  include "gf.h"
 #endif