summaryrefslogtreecommitdiffstats
path: root/src/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/console.c')
-rw-r--r--src/console.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/console.c b/src/console.c
index 1b1d723..011b371 100644
--- a/src/console.c
+++ b/src/console.c
@@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#if HAVE_USB
+#if WITH_USB
#include <stdio.h>
#include <string.h>
@@ -25,6 +25,8 @@
#include <getopt.h>
#include <unistd.h>
+#include <global.h>
+
#include "console.h"
#include "nolo.h"
#include "dump.h"