src/3rdparty/patches/libpng-1.2.20-vxworks.patch
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 diff --git pngconf.h pngconf.h
       
     2 index 19e4732..8eb7d35 100644
       
     3 --- pngconf.h
       
     4 +++ pngconf.h
       
     5 @@ -344,7 +344,7 @@
       
     6  #  endif /* __linux__ */
       
     7  #endif /* PNG_SETJMP_SUPPORTED */
       
     8  
       
     9 -#ifdef BSD
       
    10 +#if defined(BSD) && !defined(VXWORKS)
       
    11  #  include <strings.h>
       
    12  #else
       
    13  #  include <string.h>