ipv6 support

This commit is contained in:
Isaac Connor 2016-03-29 11:51:28 -04:00
parent e3564f6a63
commit 34c50b8cfc
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <sys/types.h> #include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <netdb.h> #include <netdb.h>
#include <arpa/inet.h>
// //
// Class representing 'remote' cameras, i.e. those which are // Class representing 'remote' cameras, i.e. those which are