aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_sendtext.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_sendtext.c')
-rwxr-xr-xapps/app_sendtext.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/apps/app_sendtext.c b/apps/app_sendtext.c
index 391b2b2a2..3f935b821 100755
--- a/apps/app_sendtext.c
+++ b/apps/app_sendtext.c
@@ -11,6 +11,13 @@
* the GNU General Public License
*/
+#include <string.h>
+#include <stdlib.h>
+
+#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/image.h"
-#include <string.h>
-#include <stdlib.h>
static char *tdesc = "Send Text Applications";