peer.c: Include <string.h> to fix memcpy() warning

This commit is contained in:
Jon Shallow
2023-07-24 10:44:12 +01:00
committed by obgm
parent 0427dd4b4e
commit 4eed14e1a7

2
peer.c
View File

@@ -15,6 +15,8 @@
*
*******************************************************************************/
#include <string.h>
#include "global.h"
#include "peer.h"
#include "dtls_debug.h"