Add route server

This commit is contained in:
2026-01-12 14:05:38 -06:00
parent 848fca7f36
commit e96b359bb8
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ extern "C" {
#if defined(AF_UNIX) && !defined(GEKKO) && !defined(__SWITCH__) && !defined(__PS2__)
#include <sys/un.h>
#endif
#include <sys/poll.h>
#include <poll.h>
}
#endif
#if defined(GEKKO)