$NetBSD: patch-src_zm_remote_camera_h,v 1.2 2013/03/24 16:47:47 joerg Exp $

Declare sockaddr_in.

--- src/zm_remote_camera.h.orig	2009-06-02 07:59:26.000000000 +0000
+++ src/zm_remote_camera.h
@@ -22,6 +22,8 @@
 
 #include "zm_camera.h"
 
+#include <netinet/in.h>
+
 #include <string>
 #include <netdb.h>
 
