aboutsummaryrefslogtreecommitdiff
path: root/include/spm.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2020-04-14 01:32:02 -0400
committerGitHub <noreply@github.com>2020-04-14 01:32:02 -0400
commit92ac08d5fa49b10d64148e5a6920c7ce787683b6 (patch)
tree60cd7103db07faa41305af78ab25c77da73e25ac /include/spm.h
parentb266c1a943c3aee2d3aea05141fb2f21f9ea168b (diff)
parentc11ebe8974309a441ae49ae8116eccb17c61fa5f (diff)
downloadspmc-92ac08d5fa49b10d64148e5a6920c7ce787683b6.tar.gz
Merge pull request #22 from jhunkeler/use-compat
Include protoypes for compat implementations
Diffstat (limited to 'include/spm.h')
-rw-r--r--include/spm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/spm.h b/include/spm.h
index 93f1947..5931a94 100644
--- a/include/spm.h
+++ b/include/spm.h
@@ -27,6 +27,7 @@
#include <utime.h>
#endif
+#include "compat.h"
#include "package.h"
#include "str.h"
#include "strlist.h"