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>