]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Added <sys/file.h> include to allow trunk to compile. Hope this doesn't louse thing up.
authorSteve Murphy <murf@digium.com>
Sat, 24 Nov 2007 16:53:24 +0000 (16:53 +0000)
committerSteve Murphy <murf@digium.com>
Sat, 24 Nov 2007 16:53:24 +0000 (16:53 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89544 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/app.c

index 6d531d7b704766638897c2e35e88580439ea0974..fd286fa172dbf1b41cca9b67dab1e2a044b041ab 100644 (file)
@@ -31,6 +31,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 #include <sys/stat.h>
 #endif
 #include <regex.h>
+#include <sys/file.h> /* added this to allow to compile, sorry! */
 
 #include "asterisk/paths.h"    /* use ast_config_AST_DATA_DIR */
 #include "asterisk/channel.h"