mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
timerd: fix compile after include change.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
||||
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/src/zapit/include \
|
||||
-I$(top_srcdir)/lib \
|
||||
-I$(top_srcdir)/lib/libconfigfile \
|
||||
|
@@ -30,13 +30,13 @@
|
||||
#include <unistd.h> /* fork */
|
||||
#include <syscall.h>
|
||||
|
||||
#include <timermanager.h>
|
||||
#include <debug.h>
|
||||
#include <sectionsdclient/sectionsdclient.h>
|
||||
|
||||
#include <connection/basicserver.h>
|
||||
#include <timerdclient/timerdmsg.h>
|
||||
|
||||
#include "debug.h"
|
||||
#include "timermanager.h"
|
||||
|
||||
int timerd_debug = 0;
|
||||
|
||||
bool timerd_parse_command(CBasicMessage::Header &rmsg, int connfd)
|
||||
|
@@ -30,10 +30,8 @@
|
||||
|
||||
#include <sstream>
|
||||
|
||||
#include <timermanager.h>
|
||||
#include <timerdclient/timerdclient.h>
|
||||
#include <timerdclient/timerdmsg.h>
|
||||
#include <debug.h>
|
||||
#include <sectionsdclient/sectionsdclient.h>
|
||||
#if HAVE_COOL_HARDWARE
|
||||
#include <coolstream/cs_vfd.h>
|
||||
@@ -42,6 +40,9 @@
|
||||
#include <vector>
|
||||
#include <cstdlib>
|
||||
|
||||
#include "debug.h"
|
||||
#include "timermanager.h"
|
||||
|
||||
#ifndef FP_IOCTL_CLEAR_WAKEUP_TIMER
|
||||
#define FP_IOCTL_CLEAR_WAKEUP_TIMER 10
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user