From 0571f31b167fd019924c9e400954f007d0903ce0 Mon Sep 17 00:00:00 2001
From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期三, 18 一月 2017 16:13:05 +0800
Subject: [PATCH] fix for compile

---
 RtspFace/ev_server.cpp |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/RtspFace/ev_server.cpp b/RtspFace/ev_server.cpp
index a6367c1..87f4294 100644
--- a/RtspFace/ev_server.cpp
+++ b/RtspFace/ev_server.cpp
@@ -42,6 +42,10 @@
 	{ }
 };
 
+#ifndef USER_DEFINE_EVCLIENT_PROC
+evclient_proc_t evclient_proc = nullptr;
+#endif
+
 // Set a socket to non-blocking mode.
 static int setnonblock(int fd)
 {

--
Gitblit v1.8.0