summaryrefslogtreecommitdiffstats
path: root/libsensors_iio/software/core/mllite/storage_manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsensors_iio/software/core/mllite/storage_manager.c')
-rw-r--r--libsensors_iio/software/core/mllite/storage_manager.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libsensors_iio/software/core/mllite/storage_manager.c b/libsensors_iio/software/core/mllite/storage_manager.c
index 4b92bfc..3e4e619 100644
--- a/libsensors_iio/software/core/mllite/storage_manager.c
+++ b/libsensors_iio/software/core/mllite/storage_manager.c
@@ -4,6 +4,7 @@
See included License.txt for License information.
$
*/
+
/**
* @defgroup Storage_Manager storage_manager
* @brief Motion Library - Stores Data for functions.
@@ -13,6 +14,9 @@
* @file storage_manager.c
* @brief Load and Store Manager.
*/
+
+#include <string.h>
+
#include "storage_manager.h"
#include "log.h"
#include "ml_math_func.h"