From e70d41b16e0cb598a0160d66e63ef4ce7e6abf92 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Thu, 5 Oct 2006 16:59:51 +0000 Subject: Changed xtract_f0 to xtract_lowest_match --- xtract/xtract_macros.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xtract/xtract_macros.h') diff --git a/xtract/xtract_macros.h b/xtract/xtract_macros.h index 4aebf59..7cce4c0 100644 --- a/xtract/xtract_macros.h +++ b/xtract/xtract_macros.h @@ -29,6 +29,8 @@ extern "C" { #endif +#include + #define SQ(a) ((a) * (a)) #define MIN(a, b) ((a) < (b) ? (a) : (b)) #define MAX(a, b) ((a) > (b) ? (a) : (b)) -- cgit v1.2.3