Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 281198
Collapse All | Expand All

(-)ZoneMinder-1.24.2.orig/src/zm_thread.cpp (+1 lines)
Lines 26-31 Link Here
26
#include <signal.h>
26
#include <signal.h>
27
#include <errno.h>
27
#include <errno.h>
28
#include <sys/time.h>
28
#include <sys/time.h>
29
#include <stdio.h>
29
30
30
struct timespec getTimeout( int secs )
31
struct timespec getTimeout( int secs )
31
{
32
{
(-)ZoneMinder-1.24.2.orig/src/zm_utils.cpp (+1 lines)
Lines 21-26 Link Here
21
#include "zm_utils.h"
21
#include "zm_utils.h"
22
22
23
#include <stdarg.h>
23
#include <stdarg.h>
24
#include <stdio.h>
24
25
25
const std::string stringtf( const char *format, ... )
26
const std::string stringtf( const char *format, ... )
26
{
27
{

Return to bug 281198