summaryrefslogtreecommitdiff
path: root/app.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-04-22 13:11:34 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-04-22 13:11:34 +0000
commit199add9567cb7ca9abf055e2e4c5761f3bdf95bd (patch)
tree3bd282f1746371aca6b96c133d25f5e6f5e9df36 /app.c
parente1dec7cda6a9c5c3798caa7741bd1829fac6faf8 (diff)
phase 1 of header include cleanup (bug #4067)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5498 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'app.c')
-rwxr-xr-xapp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/app.c b/app.c
index 6920b967b..f119f990a 100755
--- a/app.c
+++ b/app.c
@@ -22,6 +22,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <regex.h>
+
#include "asterisk/channel.h"
#include "asterisk/pbx.h"
#include "asterisk/file.h"