From: Joshua Colp Date: Wed, 16 Apr 2008 14:10:46 +0000 (+0000) Subject: Include the proper headers for using mkdir on FreeBSD. X-Git-Tag: 1.4.20-rc1~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c99280a59e5baca8eca7a656885a2d1100b45716;p=thirdparty%2Fasterisk.git Include the proper headers for using mkdir on FreeBSD. (closes issue #12430) Reported by: ys Patches: app_meetme.c.diff uploaded by ys (license 281) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@114167 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 847cb4256c..1a2b8da5c2 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -43,6 +43,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include #include #include +#include +#include #include #include "asterisk/lock.h"