aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"