Skip to content

Commit 79ecf04

Browse files
Fixed missing exports of h1 connection. (#156)
* Fixed missing exports of h1 connection.
1 parent da3c268 commit 79ecf04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/h1_connection.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
* express or implied. See the License for the specific language governing
1313
* permissions and limitations under the License.
1414
*/
15-
16-
#include <aws/http/private/connection_impl.h>
15+
#include <aws/http/private/h1_connection.h>
1716

1817
#include <aws/common/math.h>
1918
#include <aws/common/mutex.h>

0 commit comments

Comments
 (0)