From f70b803e39484a2eba362414545ba8afd027c9da Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sat, 18 Apr 2020 15:28:21 -0400 Subject: Add error handler --- include/spm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/spm.h') diff --git a/include/spm.h b/include/spm.h index 5931a94..b96554a 100644 --- a/include/spm.h +++ b/include/spm.h @@ -28,6 +28,7 @@ #endif #include "compat.h" +#include "error_handler.h" #include "package.h" #include "str.h" #include "strlist.h" -- cgit