aboutsummaryrefslogtreecommitdiffstats
path: root/main/taskprocessor.c
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-29 20:26:42 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-29 20:26:42 +0000
commitcc6f95cd2876612fed87a5978ce782f0abf0a564 (patch)
treefb2d986314a9bf9bc5cb3310acae236bbb25e7e6 /main/taskprocessor.c
parent5fde1b871f8391ef3427144b66004005323d9873 (diff)
Had to move the ASTERISK_FILE_VERSION decl to just after the include of "asterisk.h"
or you get undefined variable errors when you are compiling under the influence of MTX_PROFILE git-svn-id: http://svn.digium.com/svn/asterisk/trunk@119074 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/taskprocessor.c')
-rw-r--r--main/taskprocessor.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/taskprocessor.c b/main/taskprocessor.c
index 171a07725..ebe708302 100644
--- a/main/taskprocessor.c
+++ b/main/taskprocessor.c
@@ -23,6 +23,8 @@
*/
#include "asterisk.h"
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include "asterisk/_private.h"
#include "asterisk/module.h"
#include "asterisk/time.h"
@@ -32,7 +34,6 @@
#include "signal.h"
#include "sys/time.h"
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
/*! \brief tps_task structure is queued to a taskprocessor
*