Menu

#5 0.6.1 add #include <string.h>

None
pending
nobody
None
5
2021-01-03
2016-06-12
Jari Aalto
No

Here is patch to fix getopt.c under Cygwin

1 Attachments

Discussion

  • Raphaël

    Raphaël - 2021-01-03

    I doubt it's the right fix to unconditional include it.

    string.h is included either if:
    - It's VMS
    - It's GNU_LIBRARY
    - You HAVE_STRING_H

    If all of these are wrong, you should rather check the result of ./configure and config.h

     
  • Raphaël

    Raphaël - 2021-01-03
    • status: open --> pending
    • Group: -->
     

Log in to post a comment.