Skip to content
Snippets Groups Projects
Commit 2e5b9d58 authored by Steve Murphy's avatar Steve Murphy
Browse files

Added <sys/file.h> include to allow trunk to compile. Hope this doesn't louse thing up.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89544 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent ce7120b7
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment