Skip to content

Commit aed14ee

Browse files
committed
tree-wide: Make sure all headers are standalone
Let's make sure all of our headers include everything they require.
1 parent 219599f commit aed14ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

url-discovery.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/* SPDX-License-Identifier: LGPL-2.1-or-later */
22
#pragma once
33

4+
#include "efi.h"
5+
46
char16_t *disk_get_url(EFI_HANDLE *handle);

0 commit comments

Comments
 (0)