]> git.pld-linux.org Git - packages/zoneminder.git/blame - zoneminder-1.25.0-gcc47.patch
- release 7 (by relup.sh)
[packages/zoneminder.git] / zoneminder-1.25.0-gcc47.patch
CommitLineData
a8eed2b5
AM
1diff -up ./src/zm_local_camera.cpp.gcc47 ./src/zm_local_camera.cpp
2--- ./src/zm_local_camera.cpp.gcc47 2011-06-21 04:19:10.000000000 -0500
3+++ ./src/zm_local_camera.cpp 2012-01-19 13:43:49.142440717 -0600
4@@ -26,6 +26,7 @@
5 #include <sys/types.h>
6 #include <sys/stat.h>
7 #include <fcntl.h>
8+#include <limits.h>
9 #include <unistd.h>
10 #include <sys/mman.h>
11 #include <errno.h>
12diff -up ./src/zm_logger.cpp.gcc47 ./src/zm_logger.cpp
13--- ./src/zm_logger.cpp.gcc47 2011-06-28 06:07:35.000000000 -0500
14+++ ./src/zm_logger.cpp 2012-01-19 13:43:49.142440717 -0600
15@@ -33,6 +33,7 @@
16 #include <signal.h>
17 #include <stdarg.h>
18 #include <errno.h>
19+#include <unistd.h>
20
21 bool Logger::smInitialised = false;
22 Logger *Logger::smInstance = 0;
23diff -up ./src/zm_thread.h.gcc47 ./src/zm_thread.h
24--- ./src/zm_thread.h.gcc47 2012-01-19 13:44:43.082766722 -0600
25+++ ./src/zm_thread.h 2012-01-19 13:44:56.966335869 -0600
26@@ -21,6 +21,7 @@
27 #define ZM_THREAD_H
28
29 #include <pthread.h>
30+#include <unistd.h>
31 #include "zm_exception.h"
32 #include "zm_utils.h"
33
This page took 0.048687 seconds and 4 git commands to generate.