summaryrefslogtreecommitdiffstats
path: root/src/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/console.c')
-rw-r--r--src/console.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/console.c b/src/console.c
index 3aa406c..d03343c 100644
--- a/src/console.c
+++ b/src/console.c
@@ -16,6 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#if HAVE_USB
#include "main.h"
#include "query.h"
#include <stdio.h>
@@ -164,3 +165,4 @@ int console_prompt()
return 0;
}
+#endif