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 0808f3b..b0325aa 100644
--- a/firmware/export/panic.h
+++ b/firmware/export/panic.h
@@ -22,7 +22,7 @@
#ifndef __PANIC_H__
#define __PANIC_H__
-#include "_ansi.h"
+#include "gcc_extensions.h"
void panicf( const char *fmt, ... ) ATTRIBUTE_PRINTF(1, 2);