Menu

#46 Flac C++ examples are missing an include

1.3.0
closed-fixed
nobody
None
5
2014-11-15
2011-07-28
rubenvb
No

The C Standard (and thus the C++ Standard) states that the function "memcmp" is declared in the <string.h> header. This patch adds the include to allow the examples to be compiled

Discussion

  • rubenvb

    rubenvb - 2011-07-28

    Patch adding two #include <string.h> lines in the C++ examples

     
  • Erik

    Erik - 2014-11-15
    • status: open --> closed-fixed
    • Group: --> 1.3.0
     
  • Erik

    Erik - 2014-11-15

    This patch has already been applied.

     

Log in to post a comment.