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