teib: fix typo in cli
[vpp.git] / src / vppinfra / test_mheap.c
index f6923a9..ae0c58a 100644 (file)
@@ -45,7 +45,6 @@
 #include <stdio.h>             /* scanf */
 #endif
 
-#include <vppinfra/mheap.h>
 #include <vppinfra/format.h>
 #include <vppinfra/random.h>
 #include <vppinfra/time.h>
@@ -154,7 +153,7 @@ test_mheap_main (unformat_input_t * input)
 
   vec_resize (objects, n_objects);
   if (vec_bytes (objects) > 0) /* stupid warning be gone */
-    memset (objects, ~0, vec_bytes (objects));
+    clib_memset (objects, ~0, vec_bytes (objects));
   objects_used = 0;
 
   /* Allocate initial heap. */