diff options
Diffstat (limited to 'MdePkg/Include/Library/GraphicsLib.h')
-rw-r--r-- | MdePkg/Include/Library/GraphicsLib.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/MdePkg/Include/Library/GraphicsLib.h b/MdePkg/Include/Library/GraphicsLib.h index 30b2a7c055..da7786da02 100644 --- a/MdePkg/Include/Library/GraphicsLib.h +++ b/MdePkg/Include/Library/GraphicsLib.h @@ -18,8 +18,10 @@ Abstract: --*/
-#ifndef _EFI_GRAPHICS_LIB_H_
-#define _EFI_GRAPHICS_LIB_H_
+#ifndef __EFI_GRAPHICS_LIB_H__
+#define __EFI_GRAPHICS_LIB_H__
+
+#include <Protocol/GraphicsOutput.h>
EFI_STATUS
GetGraphicsBitMapFromFV (
|