From cbf39bf0123d044ffb951255fefd501b7cb22f6e Mon Sep 17 00:00:00 2001
From: Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
Date: Fri, 16 May 2014 17:24:45 +0200
Subject: [PATCH] native: add missing include

crash.c was missing native_internal.h
---
 cpu/native/crash.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cpu/native/crash.c b/cpu/native/crash.c
index 08c38621b5..e51e3c67dd 100644
--- a/cpu/native/crash.c
+++ b/cpu/native/crash.c
@@ -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];
-- 
GitLab