mirror of https://github.com/acidanthera/audk.git
Add missing include for protocol header file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6404 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
55a5da2838
commit
e1a590c3e7
|
@ -28,6 +28,7 @@ Abstract:
|
|||
#include <Protocol/ComponentName.h>
|
||||
#include <Protocol/ComponentName2.h>
|
||||
#include <Protocol/Ip4.h>
|
||||
#include <Protocol/Dpc.h>
|
||||
|
||||
#include <Library/NetLib.h>
|
||||
#include <Library/BaseLib.h>
|
||||
|
|
Loading…
Reference in New Issue