Skip to content
Snippets Groups Projects
Commit a8ddd9ef authored by Beat Küng's avatar Beat Küng
Browse files

syslink_bridge: include <cstring> to fix compilation issue

GCC error:
error: 'memcpy' was not declared in this scope
parent b512d11e
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@
*/
#include "syslink_main.h"
#include <cstring>
......
......@@ -36,6 +36,8 @@
#include "drv_deck.h"
#include <cstring>
SyslinkMemory::SyslinkMemory(Syslink *link) :
CDev("SyslinkMemory", DECK_DEVICE_PATH),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment