mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-22 21:13:52 +01:00
native: add missing include
crash.c was missing native_internal.h
This commit is contained in:
parent
988de6b2cd
commit
cbf39bf012
@ -23,6 +23,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#include "crash.h"
|
#include "crash.h"
|
||||||
|
#include "native_internal.h"
|
||||||
|
|
||||||
/* "public" variables holding the crash data (look for them in your debugger) */
|
/* "public" variables holding the crash data (look for them in your debugger) */
|
||||||
char panic_str[80];
|
char panic_str[80];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user