$NetBSD: patch-src_zm_remote_camera_h,v 1.5 2024/12/01 13:49:48 gdt Exp $

Declare sockaddr_in.

--- src/zm_remote_camera.h.orig	2023-02-23 21:44:01.000000000 +0000
+++ src/zm_remote_camera.h
@@ -24,6 +24,10 @@
 #include "zm_rtsp_auth.h"
 #include <string>
 
+/* \todo Validate if necessary. */
+#include <netinet/in.h>
+#include <time.h>
+
 #define SOCKET_BUF_SIZE 8192
 
 //
