[asterisk-commits] murf: trunk r89544 - /trunk/main/app.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Nov 24 10:53:24 CST 2007
Author: murf
Date: Sat Nov 24 10:53:24 2007
New Revision: 89544
URL: http://svn.digium.com/view/asterisk?view=rev&rev=89544
Log:
Added <sys/file.h> include to allow trunk to compile. Hope this doesn't louse thing up.
Modified:
trunk/main/app.c
Modified: trunk/main/app.c
URL: http://svn.digium.com/view/asterisk/trunk/main/app.c?view=diff&rev=89544&r1=89543&r2=89544
==============================================================================
--- trunk/main/app.c (original)
+++ trunk/main/app.c Sat Nov 24 10:53:24 2007
@@ -31,6 +31,7 @@
#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"
More information about the asterisk-commits
mailing list