1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #1196 from LudwigOrtmann/native_missing_include

native: add missing include
This commit is contained in:
Ludwig Ortmann 2014-05-16 17:56:17 +02:00
commit f3a587f43a

View File

@ -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];