mirror of https://github.com/ipxe/ipxe.git
Use include to allow GitHub build action to work correctly
parent
cf594e3d40
commit
69e7c334b0
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue