From 69e7c334b0fab68b1ae3ea12b1e867eb2cb0fcac Mon Sep 17 00:00:00 2001 From: Jim Hanley Date: Wed, 15 Jan 2020 09:29:25 -0500 Subject: [PATCH] Use include to allow GitHub build action to work correctly --- src/hci/urlqrencode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hci/urlqrencode.c b/src/hci/urlqrencode.c index 32856ffb1..a4972bbaf 100644 --- a/src/hci/urlqrencode.c +++ b/src/hci/urlqrencode.c @@ -1,6 +1,6 @@ /* Based on code example from libqrencode and modified to use IBM CP 437 chars */ -#include +#include "libqrencode/qrencode.h" #include #include