From 9a89d0eb9efec6f88b65f1c67988d4a6b5447a43 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 16 Feb 2017 15:59:54 -0600 Subject: [PATCH] strcasecmp, strncasecmp, bzero, bcmp, and bcopy should be defined in strings.h, not string.h. bzero, bcmp, and bcopy are legacy functions; the contemporary counterparts should be used instead. --- nxwm/src/cmediaplayer.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/nxwm/src/cmediaplayer.cxx b/nxwm/src/cmediaplayer.cxx index e502e11db..92b57bba2 100644 --- a/nxwm/src/cmediaplayer.cxx +++ b/nxwm/src/cmediaplayer.cxx @@ -46,6 +46,7 @@ #include #include #include +#include #include #include