diff options
Diffstat (limited to 'include/spm.h')
-rw-r--r-- | include/spm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/spm.h b/include/spm.h index b96554a..f9b2201 100644 --- a/include/spm.h +++ b/include/spm.h @@ -27,6 +27,8 @@ #include <utime.h> #endif +#include "conf.h" +extern spm_vars SPM_GLOBAL; #include "compat.h" #include "error_handler.h" #include "package.h" @@ -44,7 +46,6 @@ #include "resolve.h" #include "shell.h" #include "relocation.h" -#include "conf.h" #include "archive.h" #include "find.h" #include "rpath.h" @@ -96,7 +97,6 @@ _1________________________________________________" // GLOBALS -spm_vars SPM_GLOBAL; #ifdef __APPLE__ extern char **environ; |