include cstring for printf function

This commit is contained in:
Stephen Birarda 2013-02-08 15:02:03 -08:00
parent 9fd14c6403
commit 7f0ee90486

View file

@ -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);