aboutsummaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-10-28 02:17:42 +0100
committerubq323 <ubq323@ubq323.website>2022-10-28 02:17:42 +0100
commit8e7e23110bc483ba647d33d6f46a7fac1302107c (patch)
tree1de0e2b65f9f8d3f13951b8a3d21d8a9e6558884 /util.c
parentfa433836c643bbd9a60ed8ccdc9451a1edd98418 (diff)
more testing and typo fixes
Diffstat (limited to 'util.c')
-rw-r--r--util.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/util.c b/util.c
index 3c51df7..97d705a 100644
--- a/util.c
+++ b/util.c
@@ -1,7 +1,5 @@
#include "util.h"
-
-#include <sys/types.h>
-#include <sys/socket.h>
+#include "debug.h"
ssize_t sendall(int sockfd, void *buf, size_t len) {
ssize_t total_sent = 0;