diff options
| author | Peter Jones <pjones@redhat.com> | 2017-09-08 16:28:33 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2017-09-13 15:18:28 -0400 |
| commit | 25f6fd08cd2652536371308e5d38ab4baadf6783 (patch) | |
| tree | 9def34bec26fc185beb627beb637fd8947826e88 /netboot.c | |
| parent | 00753a0a288dec5a8d7ccdb6290bbd6a306059a6 (diff) | |
| download | efi-boot-shim-25f6fd08cd2652536371308e5d38ab4baadf6783.tar.gz efi-boot-shim-25f6fd08cd2652536371308e5d38ab4baadf6783.zip | |
try to show errors more usefully.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'netboot.c')
| -rw-r--r-- | netboot.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -33,10 +33,8 @@ * Corporation. */ -#include <efi.h> -#include <efilib.h> -#include <string.h> #include "shim.h" +#include <string.h> #include "netboot.h" #include "str.h" |
