use correct include for UDPSocket

This commit is contained in:
Stephen Birarda 2013-02-14 18:39:30 -08:00
parent f39cbd0246
commit 772d22ce0b

View file

@ -12,7 +12,7 @@
#include <fcntl.h> #include <fcntl.h>
#include <cstdio> #include <cstdio>
#include <errno.h> #include <errno.h>
#include <err.h> #include <stdlib.h>
sockaddr_in destSockaddr, senderAddress; sockaddr_in destSockaddr, senderAddress;