1. *** src.orig/shapefiles/shapefiles.c 2012-04-29 17:47:11.052433493 -0400
  2. --- src/shapefiles/shapefiles.c 2012-04-29 17:48:17.368861706 -0400
  3. ***************
  4. *** 62,68 ****
  5. --- 62,70 ----
  6. #include <spatialite/gaiageo.h>
  7. #include <spatialite.h>
  8.  
  9. + #ifndef OMIT_FREEXL
  10. #include <freexl.h>
  11. + #endif
  12.  
  13. #if defined(_WIN32) && !defined(__MINGW32__)
  14. #define strcasecmp _stricmp