• unknown's avatar
    Make it buildable with -ansi flag on some platforms. · e6d90f51
    unknown authored
    
    extra/innochecksum.c:
      Define _XOPEN_SOURCE in order to include getopt.h when needed.
      
      The problem is that some platforms (for instance,
      SuSE 9.1/gcc-3.3.3) do not include getopt.h unless _XOPEN_SOURCE
      is defined, so optarg is undefined and the compiler complains.
    e6d90f51
innochecksum.c 9.29 KB