mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-20 06:40:01 +01:00
fix compile warnings in libOSC
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
struct NetworkReturnAddressStruct {
|
||||
struct sockaddr_in cl_addr;
|
||||
int clilen;
|
||||
unsigned int clilen;
|
||||
int sockfd;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user