diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-05 16:59:51 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-05 16:59:51 +0000 |
commit | e70d41b16e0cb598a0160d66e63ef4ce7e6abf92 (patch) | |
tree | 2682972d987c7bca34420107139a660eb3ea82cc /xtract/xtract_macros.h | |
parent | e1fbfa44ce1fd63e7c4a03b5e07c24fcc125825b (diff) | |
download | LibXtract-e70d41b16e0cb598a0160d66e63ef4ce7e6abf92.tar.gz LibXtract-e70d41b16e0cb598a0160d66e63ef4ce7e6abf92.tar.bz2 LibXtract-e70d41b16e0cb598a0160d66e63ef4ce7e6abf92.zip |
Changed xtract_f0 to xtract_lowest_match
Diffstat (limited to 'xtract/xtract_macros.h')
-rw-r--r-- | xtract/xtract_macros.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <stdio.h> + #define SQ(a) ((a) * (a)) #define MIN(a, b) ((a) < (b) ? (a) : (b)) #define MAX(a, b) ((a) > (b) ? (a) : (b)) |