aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-02-25 12:59:46 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-02-25 12:59:46 -0500
commit3a44e7a66ce24212bd6bebca5077aee6b7550fcb (patch)
tree70876d6b1bbe0abed950769ff6115393f2b6ca01
parentb090632eaf31d31e3a1f286f1175106bb6bc6ae6 (diff)
downloadspmc-3a44e7a66ce24212bd6bebca5077aee6b7550fcb.tar.gz
Use user_input.h header
-rw-r--r--include/spm.h1
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)