From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: None (no SPF record) identity=mailfrom; client-ip=198.49.126.79; helo=complete.lackof.org; envelope-from=dannf@dannf.org; receiver=edk2-devel@lists.01.org Received: from complete.lackof.org (complete.lackof.org [198.49.126.79]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id D251121A143EF for ; Tue, 26 Jun 2018 15:07:27 -0700 (PDT) Received: from localhost (c-73-78-137-212.hsd1.co.comcast.net [73.78.137.212]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by complete.lackof.org (Postfix) with ESMTPSA id 700FE33E008E; Tue, 26 Jun 2018 16:07:26 -0600 (MDT) From: dann frazier To: edk2-devel@lists.01.org Cc: Dandan Bi , Liming Gao , Ruiyu Ni Date: Tue, 26 Jun 2018 16:05:08 -0600 Message-Id: <20180626220508.3174-1-dannf@debian.org> X-Mailer: git-send-email 2.18.0 X-Virus-Scanned: clamav-milter 0.100.0 at complete.lackof.org X-Virus-Status: Clean X-Spam-Status: No, score=0.3 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on complete.lackof.org Subject: [PATCH] ShellPkg/dp: Correct case of included file X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jun 2018 22:07:29 -0000 Cc: Dandan Bi Cc: Liming Gao Cc: Ruiyu Ni Fixes: f45dd2dd4f1d6fab4bb62bfd5f4e71cb7849897d Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: dann frazier --- ShellPkg/DynamicCommand/DpDynamicCommand/Dp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShellPkg/DynamicCommand/DpDynamicCommand/Dp.h b/ShellPkg/DynamicCommand/DpDynamicCommand/Dp.h index 96bc89db8d..0e6e9422ef 100644 --- a/ShellPkg/DynamicCommand/DpDynamicCommand/Dp.h +++ b/ShellPkg/DynamicCommand/DpDynamicCommand/Dp.h @@ -41,7 +41,7 @@ #include #include #include -#include +#include extern EFI_HANDLE mDpHiiHandle; -- 2.18.0