We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36cd00 commit 8f2f6f4Copy full SHA for 8f2f6f4
features/filesystem/bd/HeapBlockDevice.cpp
@@ -17,7 +17,9 @@
17
#include "HeapBlockDevice.h"
18
#include "platform/mbed_critical.h"
19
#include "platform/mbed_assert.h"
20
+
21
#include <stdlib.h>
22
+#include <string.h>
23
24
namespace mbed {
25
features/filesystem/bd/MBRBlockDevice.cpp
@@ -17,7 +17,10 @@
#include "MBRBlockDevice.h"
#include <algorithm>
+#include <stdlib.h>
26
0 commit comments