diff options
| author | Antonin Descampe <antonin@gmail.com> | 2010-10-05 20:58:04 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2010-10-05 20:58:04 +0000 |
| commit | 287be4e6832bca03d00e4e83bd6439129b54dff3 (patch) | |
| tree | 45e89c9d98f3d51fa316cb3d43b31c0ed1d5e0ec /test_V2_tile_handling/test_decoder.c | |
| parent | dea5c48227a14a5a49bc9b6aef4816ee0bb3ca02 (diff) | |
minor bugs fixed (see issue 31 on googlecode - Thanks to winfried)
Diffstat (limited to 'test_V2_tile_handling/test_decoder.c')
| -rw-r--r-- | test_V2_tile_handling/test_decoder.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test_V2_tile_handling/test_decoder.c b/test_V2_tile_handling/test_decoder.c index 5f88876d..f7cfccb1 100644 --- a/test_V2_tile_handling/test_decoder.c +++ b/test_V2_tile_handling/test_decoder.c @@ -32,6 +32,8 @@ #include "stdlib.h" #ifdef WIN32 #include <malloc.h> +#else +#include <stdlib.h> #endif #define DA_X0 0 #define DA_Y0 0 |
