diff xtract/xtract_macros.h @ 5:cac976b2a69d

Changed xtract_f0 to xtract_lowest_match
author Jamie Bullock <jamie@postlude.co.uk>
date Thu, 05 Oct 2006 16:59:51 +0000
parents 819937ea6359
children 29e2738a376d
line wrap: on
line diff
--- a/xtract/xtract_macros.h	Thu Oct 05 16:48:38 2006 +0000
+++ b/xtract/xtract_macros.h	Thu Oct 05 16:59:51 2006 +0000
@@ -29,6 +29,8 @@
 extern "C" {
 #endif
 
+#include <stdio.h>
+
 #define SQ(a) ((a) * (a))
 #define MIN(a, b) ((a) < (b) ? (a) : (b))
 #define MAX(a, b) ((a) > (b) ? (a) : (b))