From 9ac81e10bae7175fdef7186b57dbb5869ac05632 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Mon, 28 Feb 2005 23:18:03 +0000 Subject: [PATCH] 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 --- app.c | 1 + 1 file changed, 1 insertion(+) diff --git a/app.c b/app.c index d740b9d1a7..cfcb27f6d5 100755 --- a/app.c +++ b/app.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include