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

px4_module.h: include <cstring> for strcmp()

parent 59bde454
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,8 @@
#ifdef __cplusplus
#include <cstring>
/**
* This mutex protects against race conditions during startup & shutdown of modules.
* There could be one mutex per module instantiation, but to reduce the memory footprint
......
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