diff options
Diffstat (limited to 'libc/bionic/accept.cpp')
-rw-r--r-- | libc/bionic/accept.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/bionic/accept.cpp b/libc/bionic/accept.cpp index 46b4efc65..807323463 100644 --- a/libc/bionic/accept.cpp +++ b/libc/bionic/accept.cpp @@ -14,7 +14,8 @@ * limitations under the License. */ -#include <private/NetdClient.h> +#include "private/NetdClientDispatch.h" + #include <sys/socket.h> int accept(int sockfd, sockaddr* addr, socklen_t* addrlen) { |