aboutsummaryrefslogtreecommitdiffstats
path: root/app.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-02-28 23:18:03 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-02-28 23:18:03 +0000
commit803878b54e7df4ebddc7ba22965c81d98380b402 (patch)
tree67ee1a49e58188c81bd5bb03c2f51d76e50fc2b3 /app.c
parent8fd99bb2ef49289038cfca607d6e4a84fba89966 (diff)
Include stat.h to fix FreeBSD build (bug #3683)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5108 f38db490-d61c-443f-a65b-d21fe96a405b
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>