Skip to content

Commit

Permalink
include private socket header
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Nov 29, 2024
1 parent 31fd471 commit d784f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/darwin/nw_socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* SPDX-License-Identifier: Apache-2.0.
*/

#include <aws/io/private/socket_impl.h>
#include <aws/io/socket.h>

#include <aws/common/clock.h>
Expand Down Expand Up @@ -1590,4 +1591,3 @@ static bool s_socket_is_open_fn(struct aws_socket *socket) {

return nw_socket->last_error == AWS_OP_SUCCESS;
}

0 comments on commit d784f96

Please sign in to comment.