From c11ebe8974309a441ae49ae8116eccb17c61fa5f Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sat, 11 Apr 2020 00:28:05 -0400 Subject: Include protoypes for compat implementations --- 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 895354f..1c2a806 100644 --- a/include/spm.h +++ b/include/spm.h @@ -26,6 +26,7 @@ #include #endif +#include "compat.h" #include "package.h" #include "str.h" #include "strlist.h" -- cgit