From 8dc28b2439f7568ee72de7a85d5e3275ddd0e3d8 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Mon, 6 Jun 2005 22:39:32 +0000 Subject: the last round of file version tags git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5867 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_playback.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'apps/app_playback.c') diff --git a/apps/app_playback.c b/apps/app_playback.c index 26b204605..7e7cabe5b 100755 --- a/apps/app_playback.c +++ b/apps/app_playback.c @@ -11,6 +11,13 @@ * the GNU General Public License */ +#include +#include + +#include "asterisk.h" + +ASTERISK_FILE_VERSION(__FILE__, "$Revision$") + #include "asterisk/lock.h" #include "asterisk/file.h" #include "asterisk/logger.h" @@ -19,8 +26,6 @@ #include "asterisk/module.h" #include "asterisk/translate.h" #include "asterisk/utils.h" -#include -#include static char *tdesc = "Sound File Playback Application"; -- cgit v1.2.3