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

@@ -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