aboutsummaryrefslogtreecommitdiffstats
path: root/main/app.c
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-24 16:53:24 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-24 16:53:24 +0000
commitf0138f250bc84fc46fc86f9a24bb920d17916bcc (patch)
treed3be3e06875044c88ac4eef6fbebf1e08fdc6de1 /main/app.c
parentb0a9fdafe95c495a9f9d9b9c991dabef9ae372be (diff)
Added <sys/file.h> include to allow trunk to compile. Hope this doesn't louse thing up.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89544 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/app.c')
-rw-r--r--main/app.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/app.c b/main/app.c
index 6d531d7b7..fd286fa17 100644
--- a/main/app.c
+++ b/main/app.c
@@ -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"