Skip to content
Snippets Groups Projects
Commit 3b5feafe authored by Julian Oes's avatar Julian Oes Committed by Lorenz Meier
Browse files

err: add missing include for exit

parent 04083cff
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,7 @@
#include <px4_tasks.h>
#include <stdarg.h>
#include <errno.h>
#include <stdlib.h>
#include "visibility.h"
__BEGIN_DECLS
......
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