diff --git a/src/ESPAsyncTCP.h b/src/ESPAsyncTCP.h index 2d1f768..f7bb06f 100644 --- a/src/ESPAsyncTCP.h +++ b/src/ESPAsyncTCP.h @@ -31,7 +31,7 @@ extern "C" { #include "lwip/init.h" #include "lwip/err.h" #include "lwip/pbuf.h" -}; +} class AsyncClient; class AsyncServer;