refactor: fix headers in client socket

main
Sean McBride 4 years ago
parent a5ea5f410a
commit f25b0d687e

@ -1,4 +1,5 @@
#include <arpa/inet.h>
#include <assert.h>
#include <errno.h>
#include <string.h>
#include <sys/socket.h>
@ -10,7 +11,6 @@
#include "http_total.h"
#include "likely.h"
#include "panic.h"
#include "worker_thread.h"
void
client_socket_close(int client_socket, struct sockaddr *client_address)

Loading…
Cancel
Save