summaryrefslogtreecommitdiff
path: root/firmware/export/panic.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/panic.h')
-rw-r--r--firmware/export/panic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/panic.h b/firmware/export/panic.h
index 0808f3b300..b0325aaeb7 100644
--- a/firmware/export/panic.h
+++ b/firmware/export/panic.h
@@ -22,7 +22,7 @@
22#ifndef __PANIC_H__ 22#ifndef __PANIC_H__
23#define __PANIC_H__ 23#define __PANIC_H__
24 24
25#include "_ansi.h" 25#include "gcc_extensions.h"
26 26
27void panicf( const char *fmt, ... ) ATTRIBUTE_PRINTF(1, 2); 27void panicf( const char *fmt, ... ) ATTRIBUTE_PRINTF(1, 2);
28 28