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