summaryrefslogtreecommitdiff
path: root/security/zoneminder/patches/patch-src_zm_remote_camera_h
blob: 38cc89851bf54e944bf151be2dd23ac3158fa6ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-src_zm_remote_camera_h,v 1.1 2013/03/15 02:01:47 dsainty Exp $

Declare sockaddr_in.

--- src/zm_remote_camera.h.orig	2013-03-08 11:09:05.000000000 +1300
+++ src/zm_remote_camera.h	2013-03-08 11:10:42.000000000 +1300
@@ -22,6 +22,8 @@
 
 #include "zm_camera.h"
 
+#include <netinet/in.h>
+
 #include <string>
 #include <netdb.h>