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