diff options
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 690d1f9..a0fc16e 100644 --- a/include/spm.h +++ b/include/spm.h @@ -50,6 +50,7 @@ #include "mirrors.h" #include "user_input.h" #include "install.h" +#include "purge.h" #define SYSERROR stderr, "%s:%s:%d: %s\n", basename(__FILE__), __FUNCTION__, __LINE__, strerror(errno) |