mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
use correct include for UDPSocket
This commit is contained in:
parent
f39cbd0246
commit
772d22ce0b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
#include <fcntl.h>
|
||||
#include <cstdio>
|
||||
#include <errno.h>
|
||||
#include <err.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
sockaddr_in destSockaddr, senderAddress;
|
||||
|
||||
|
|
Loading…
Reference in a new issue