diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-04-18 15:28:21 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-04-19 00:32:26 -0400 |
commit | f70b803e39484a2eba362414545ba8afd027c9da (patch) | |
tree | 9fd89a070f272df3e0c47de821f6fbf38c914360 /include/spm.h | |
parent | 59f7d29e2d707373ba1153337dca3279a2e3acc5 (diff) | |
download | spmc-f70b803e39484a2eba362414545ba8afd027c9da.tar.gz |
Add error handler
Diffstat (limited to 'include/spm.h')
-rw-r--r-- | include/spm.h | 1 |
1 files changed, 1 insertions, 0 deletions
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" |