Skip to content
Snippets Groups Projects
Commit cbf39bf0 authored by Ludwig Knüpfer's avatar Ludwig Knüpfer
Browse files

native: add missing include

crash.c was missing native_internal.h
parent 988de6b2
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@
#include <stdio.h>
#include "crash.h"
#include "native_internal.h"
/* "public" variables holding the crash data (look for them in your debugger) */
char panic_str[80];
......
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