diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-02-24 00:19:39 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-02-24 00:19:39 -0500 |
commit | 0c70c1a558cda57671e1b103f570db38c3584f3a (patch) | |
tree | e06ad94eab3e5e3c6bf3ffb5812b606110930b28 | |
parent | 1eb1d56f1ea6dc33ee3a7088d0d28edbe3ad6178 (diff) | |
download | spmc-0c70c1a558cda57671e1b103f570db38c3584f3a.tar.gz |
Use package.h and resolve.h
-rw-r--r-- | include/spm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/spm.h b/include/spm.h index fbaf1ed..29a8475 100644 --- a/include/spm.h +++ b/include/spm.h @@ -27,6 +27,7 @@ #include <sys/utsname.h> #endif +#include "package.h" #include "str.h" #include "strlist.h" #include "shlib.h" @@ -37,6 +38,7 @@ #include "fs.h" #include "version_spec.h" #include "checksum.h" +#include "resolve.h" #include "deps.h" #include "shell.h" #include "relocation.h" @@ -89,7 +91,6 @@ "_0________________________________________________\ _1________________________________________________" - // GLOBALS spm_vars SPM_GLOBAL; |