summaryrefslogtreecommitdiff
path: root/src/stdlib/abort_handler_s.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/abort_handler_s.c')
-rw-r--r--src/stdlib/abort_handler_s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdlib/abort_handler_s.c b/src/stdlib/abort_handler_s.c
index f6471151..145c9e6d 100644
--- a/src/stdlib/abort_handler_s.c
+++ b/src/stdlib/abort_handler_s.c
@@ -4,7 +4,7 @@
//#include <errno.h>
#include "errno/errno_t.h"
#include "_stdlib.h"
-#include "_assert.h"
+#include "_safety.h"
void abort_handler_s(const char * restrict msg, void * restrict ptr, errno_t error)
{