commit | 7f6b762a734b793a031103e12bbce865645d4f90 | [log] [tgz] |
---|---|---|
author | Kai Vehmanen <kai.vehmanen@linux.intel.com> | Tue Jun 21 14:15:06 2022 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Jun 21 14:02:13 2022 -0400 |
tree | 3becaef0631d232de1711bd659f09ae160baa2b1 | |
parent | bd46470167c97eeba512c335a9805607fde77e8e [diff] |
lib/os: winstream: properly include string.h for memcpy If system memcpy() is used, assert.h must be included. Fixes a build warning on undeclared use of memcpy. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>