Skip to content

Commit bfb1618

Browse files
authored
Updating submodules (#303)
Updating submodules with the exception of aws-c-cal. (Blocked until aws-lc is integrated.)
1 parent 024d32d commit bfb1618

File tree

8 files changed

+8
-5
lines changed

8 files changed

+8
-5
lines changed

src/native/credentials_provider.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <aws/common/clock.h>
1515
#include <aws/common/string.h>
1616
#include <aws/http/connection.h>
17+
#include <aws/http/proxy.h>
1718
#include <aws/io/tls_channel_handler.h>
1819

1920
/* on 32-bit platforms, casting pointers to longs throws a warning we don't need */

src/native/http_connection_manager.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include <aws/http/connection.h>
2222
#include <aws/http/connection_manager.h>
2323
#include <aws/http/http.h>
24+
#include <aws/http/proxy.h>
2425

2526
/* on 32-bit platforms, casting pointers to longs throws a warning we don't need */
2627
#if UINTPTR_MAX == 0xffffffff

src/native/mqtt_connection.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <aws/common/string.h>
1212
#include <aws/common/thread.h>
1313
#include <aws/http/connection.h>
14+
#include <aws/http/proxy.h>
1415
#include <aws/http/request_response.h>
1516
#include <aws/io/channel.h>
1617
#include <aws/io/channel_bootstrap.h>

0 commit comments

Comments
 (0)