lordgamez commented on code in PR #1599: URL: https://github.com/apache/nifi-minifi-cpp/pull/1599#discussion_r1281623154
########## libminifi/src/utils/net/DNS.cpp: ########## @@ -15,85 +15,20 @@ * limitations under the License. */ #include "utils/net/DNS.h" + +#ifndef WIN32 +#include <cstring> +#endif /* WIN32 */ + Review Comment: I don't think it's used anymore, removed in 9ddaa71b8aecb723fc4c8eaaf49873a5939179f4 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
