net/mld/mld_query.c: Eliminate a warning: implicit definitino of memcmp.

This commit is contained in:
Gregory Nutt 2018-11-11 07:36:52 -06:00
parent 1a56229386
commit 591b03aa7d

View File

@ -38,6 +38,7 @@
#include <nuttx/config.h> #include <nuttx/config.h>
#include <stdbool.h> #include <stdbool.h>
#include <string.h>
#include <assert.h> #include <assert.h>
#include <debug.h> #include <debug.h>