]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Include the proper headers for using mkdir on FreeBSD.
authorJoshua Colp <jcolp@digium.com>
Wed, 16 Apr 2008 14:10:46 +0000 (14:10 +0000)
committerJoshua Colp <jcolp@digium.com>
Wed, 16 Apr 2008 14:10:46 +0000 (14:10 +0000)
(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

apps/app_meetme.c

index 847cb4256c2df1b0119d88b9f7762c905f3ae7cc..1a2b8da5c2a345b0370521813d3caea0b381cab6 100644 (file)
@@ -43,6 +43,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 #include <unistd.h>
 #include <errno.h>
 #include <sys/ioctl.h>
+#include <sys/stat.h>
+#include <sys/types.h>
 #include <zaptel/zaptel.h>
 
 #include "asterisk/lock.h"