Loading

Paste #p5v9soczi

  1. Index: src/stdafx.h
  2. ===================================================================
  3. --- src/stdafx.h    (revision 26918)
  4. +++ src/stdafx.h    (working copy)
  5. @@ -86,6 +86,10 @@
  6.  #include <climits>
  7.  #include <cassert>
  8.  
  9. +/* strcasecmp and strncasecmp are not part of cstring according to standard.
  10. + * While they are part of cstring nevertheless in most cases, sometimes strings.h is needed for them. */
  11. +#include <strings.h>
  12. +
  13.  #ifndef SIZE_MAX
  14.     #define SIZE_MAX ((size_t)-1)
  15.  #endif
  16.  

Comments