mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
whoops, strerr is in string.h
This commit is contained in:
parent
772d22ce0b
commit
c3849fa8ca
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
#include <fcntl.h>
|
||||
#include <cstdio>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
sockaddr_in destSockaddr, senderAddress;
|
||||
|
||||
|
|
Loading…
Reference in a new issue