mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 21:17:18 +03:00
update cspot
This commit is contained in:
@@ -1,13 +1,18 @@
|
||||
#ifndef PLAINCONNECTION_H
|
||||
#define PLAINCONNECTION_H
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <winsock2.h>
|
||||
#include <ws2tcpip.h>
|
||||
#include "win32shim.h"
|
||||
#else
|
||||
#include "sys/socket.h"
|
||||
#include <netdb.h>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include <functional>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <cstdint>
|
||||
#include <netdb.h>
|
||||
#include <unistd.h>
|
||||
#include "Packet.h"
|
||||
#include "Utils.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user