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
This commit is contained in:
Mark Spencer
2005-02-28 23:18:03 +00:00
parent 45d7200427
commit 9ac81e10ba

1
app.c
View File

@@ -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>