Changed include path to be more explicit

This commit is contained in:
2024-02-14 18:27:47 -05:00
parent fc041539c5
commit b7e1066b68

View File

@@ -1,4 +1,4 @@
#include "easysock.hpp"
#include "includes/easysock.hpp"
#ifndef _WIN_32
const int INVALID_SOCKET = -1;
#endif