timerd: fix compile after include change.

Origin commit data
------------------
Branch: ni/coolstream
Commit: dc6925ed9a
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2012-03-04 (Sun, 04 Mar 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Bas
2012-03-04 15:51:22 +08:00
parent 91217d8ef1
commit 0494f47426
3 changed files with 7 additions and 5 deletions

View File

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