timerd: fix compile after include change.

This commit is contained in:
[CST] Bas
2012-03-04 15:51:22 +08:00
parent 3d96ea9419
commit dc6925ed9a
3 changed files with 7 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
AM_CPPFLAGS = -fno-rtti -fno-exceptions AM_CPPFLAGS = -fno-rtti -fno-exceptions
INCLUDES = \ INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/src/zapit/include \ -I$(top_srcdir)/src/zapit/include \
-I$(top_srcdir)/lib \ -I$(top_srcdir)/lib \
-I$(top_srcdir)/lib/libconfigfile \ -I$(top_srcdir)/lib/libconfigfile \

View File

@@ -30,13 +30,13 @@
#include <unistd.h> /* fork */ #include <unistd.h> /* fork */
#include <syscall.h> #include <syscall.h>
#include <timermanager.h>
#include <debug.h>
#include <sectionsdclient/sectionsdclient.h> #include <sectionsdclient/sectionsdclient.h>
#include <connection/basicserver.h> #include <connection/basicserver.h>
#include <timerdclient/timerdmsg.h> #include <timerdclient/timerdmsg.h>
#include "debug.h"
#include "timermanager.h"
int timerd_debug = 0; int timerd_debug = 0;
bool timerd_parse_command(CBasicMessage::Header &rmsg, int connfd) bool timerd_parse_command(CBasicMessage::Header &rmsg, int connfd)

View File

@@ -30,10 +30,8 @@
#include <sstream> #include <sstream>
#include <timermanager.h>
#include <timerdclient/timerdclient.h> #include <timerdclient/timerdclient.h>
#include <timerdclient/timerdmsg.h> #include <timerdclient/timerdmsg.h>
#include <debug.h>
#include <sectionsdclient/sectionsdclient.h> #include <sectionsdclient/sectionsdclient.h>
#if HAVE_COOL_HARDWARE #if HAVE_COOL_HARDWARE
#include <coolstream/cs_vfd.h> #include <coolstream/cs_vfd.h>
@@ -42,6 +40,9 @@
#include <vector> #include <vector>
#include <cstdlib> #include <cstdlib>
#include "debug.h"
#include "timermanager.h"
#ifndef FP_IOCTL_CLEAR_WAKEUP_TIMER #ifndef FP_IOCTL_CLEAR_WAKEUP_TIMER
#define FP_IOCTL_CLEAR_WAKEUP_TIMER 10 #define FP_IOCTL_CLEAR_WAKEUP_TIMER 10
#endif #endif