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_encoder.c | |
| parent | dea5c48227a14a5a49bc9b6aef4816ee0bb3ca02 (diff) | |
minor bugs fixed (see issue 31 on googlecode - Thanks to winfried)
Diffstat (limited to 'test_V2_tile_handling/test_encoder.c')
| -rw-r--r-- | test_V2_tile_handling/test_encoder.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test_V2_tile_handling/test_encoder.c b/test_V2_tile_handling/test_encoder.c index abdcaf20..b75196f6 100644 --- a/test_V2_tile_handling/test_encoder.c +++ b/test_V2_tile_handling/test_encoder.c @@ -34,6 +34,8 @@ #ifdef WIN32 #include "windows.h" // needed for rand() function +#else +#include <stdlib.h> #endif |
