$NetBSD: patch-src_zm_remote_camera_h,v 1.4 2015/04/05 08:51:08 dsainty Exp $

Declare sockaddr_in.

--- src/zm_remote_camera.h.orig	2018-12-08 14:22:36.000000000 +0000
+++ src/zm_remote_camera.h
@@ -23,11 +23,15 @@
 #include "zm_camera.h"
 #include "zm_rtsp_auth.h"
 
+
+
 #include <string>
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netdb.h>
+#include <netinet/in.h>
 #include <arpa/inet.h>
+#include <time.h>
 
 #define SOCKET_BUF_SIZE 8192
 
