Merge pull request #1196 from LudwigOrtmann/native_missing_include

native: add missing include
dev/timer
Ludwig Ortmann 9 years ago
commit f3a587f43a

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

Loading…
Cancel
Save