From 8f498c2aef95bb6a62a73429a4934cd56bcc983d Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Wed, 1 Oct 2025 23:44:45 +0000 Subject: [PATCH] include fix git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@127 b9cfdab3-6d41-4d17-bbe4-086880011989 --- src/error_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/error_internal.h b/src/error_internal.h index 6ebe6b7..f0308f3 100644 --- a/src/error_internal.h +++ b/src/error_internal.h @@ -8,7 +8,7 @@ // something the user shouldn't want to do and thus we don't want them to. // (hence also, its placement in the src directory) -#include "Mw/Error.h" +#include void setLastError(const char* fmt, ...);