mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 09:46:29 +02:00
include cstring for printf function
This commit is contained in:
parent
9fd14c6403
commit
7f0ee90486
1 changed files with 2 additions and 1 deletions
|
@ -7,9 +7,10 @@
|
|||
//
|
||||
|
||||
#include "UDPSocket.h"
|
||||
#include <sys/socket.h>
|
||||
#include <sys/socket.h>g
|
||||
#include <arpa/inet.h>
|
||||
#include <fcntl.h>
|
||||
#include <cstring>
|
||||
|
||||
sockaddr_in destSockaddr, senderAddress;
|
||||
socklen_t addLength = sizeof(senderAddress);
|
||||
|
|
Loading…
Reference in a new issue