mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-01-03 23:19:59 +01:00
Added missing <cstring> include for memset().
This commit is contained in:
parent
e0ee17e9ea
commit
da29055611
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <cstdio>
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
typedef int ssize_t;
|
||||
|
|
|
|||
Loading…
Reference in a new issue