diff options
author | Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@hpe.com> | 2016-02-19 06:47:36 +0800 |
---|---|---|
committer | Fu Siyuan <siyuan.fu@intel.com> | 2016-02-25 15:02:31 +0800 |
commit | 90f658c460736462d8955c0be7e4c0fa57097586 (patch) | |
tree | 3e9f1a7178c76fe6077dc58e377e4854b4d4d810 /NetworkPkg/HttpDxe/HttpDriver.h | |
parent | 003f3c00d819e3a072133e0dbb7ca896cc87871b (diff) | |
download | edk2-90f658c460736462d8955c0be7e4c0fa57097586.tar.gz |
NetworkPkg: Use Http11 definitions in HttpDxe and HttpBootDxe
Change HttpDxe and HttpBootDxe to use the standard definitions from
Http11.h instead of private duplicate definitions.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Samer El-Haj-Mahmoud <elhaj@hpe.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
Diffstat (limited to 'NetworkPkg/HttpDxe/HttpDriver.h')
-rw-r--r-- | NetworkPkg/HttpDxe/HttpDriver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/NetworkPkg/HttpDxe/HttpDriver.h b/NetworkPkg/HttpDxe/HttpDriver.h index 138f56c9ec..9c0002abab 100644 --- a/NetworkPkg/HttpDxe/HttpDriver.h +++ b/NetworkPkg/HttpDxe/HttpDriver.h @@ -2,6 +2,7 @@ The header files of the driver binding and service binding protocol for HttpDxe driver.
Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+ (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@@ -17,6 +18,7 @@ #define __EFI_HTTP_DRIVER_H__
#include <Uefi.h>
+#include <IndustryStandard/Http11.h>
//
// Libraries
|