summaryrefslogtreecommitdiff
path: root/app.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-02-28 23:18:03 +0000
committerMark Spencer <markster@digium.com>2005-02-28 23:18:03 +0000
commit9ac81e10bae7175fdef7186b57dbb5869ac05632 (patch)
tree67ee1a49e58188c81bd5bb03c2f51d76e50fc2b3 /app.c
parent45d7200427b7ca03b9851dfbd2cfcb533ff3c499 (diff)
Include stat.h to fix FreeBSD build (bug #3683)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5108 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 d740b9d1a..cfcb27f6d 100755
--- a/app.c
+++ b/app.c
@@ -20,6 +20,7 @@
#include <unistd.h>
#include <dirent.h>
#include <sys/types.h>
+#include <sys/stat.h>
#include <regex.h>
#include <asterisk/channel.h>
#include <asterisk/pbx.h>