Updated files to reflect change in easysock (from CPP to C)

This commit is contained in:
2024-03-09 11:04:17 -05:00
parent eeae444b1d
commit 83a0d5beb4
4 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
#include <stdexcept>
#include "includes/sock.hpp"
#include "includes/exception_consts.hpp"
#include "includes/easysock.hpp"
#include "includes/easysock.h"
/* Function to create socket. This function doesn't actually create a socket
(and isn't meant to be called directly). Instead, the client and server classes