aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_senddtmf.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_senddtmf.c')
-rwxr-xr-xapps/app_senddtmf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/app_senddtmf.c b/apps/app_senddtmf.c
index 41ba1bbc4..c2c3c765d 100755
--- a/apps/app_senddtmf.c
+++ b/apps/app_senddtmf.c
@@ -23,8 +23,9 @@
* \ingroup applications
*/
-#include <string.h>
#include <stdlib.h>
+#include <stdio.h>
+#include <string.h>
#include "asterisk.h"