Use include to allow GitHub build action to work correctly

pull/102/head
Jim Hanley 2020-01-15 09:29:25 -05:00
parent cf594e3d40
commit 69e7c334b0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
/* Based on code example from libqrencode and modified to use IBM CP 437 chars */
#include <qrencode.h>
#include "libqrencode/qrencode.h"
#include <stdio.h>
#include <stdlib.h>