Fix include path in network/core/http.h

This commit is contained in:
Jonathan G Rennison
2023-12-30 23:11:43 +00:00
parent 4358b495b2
commit e7ef53a434

View File

@@ -13,7 +13,7 @@
#define NETWORK_CORE_HTTP_H #define NETWORK_CORE_HTTP_H
#include "tcp.h" #include "tcp.h"
#include "../../src/core/alloc_type.hpp" #include "../../core/alloc_type.hpp"
constexpr int HTTP_429_TOO_MANY_REQUESTS = 429; constexpr int HTTP_429_TOO_MANY_REQUESTS = 429;