Skip to content
Snippets Groups Projects
Commit 70c53063 authored by James Golovich's avatar James Golovich
Browse files

Fix compiler warning because file.h isnt included

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3380 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent a722b046
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@
#include <asterisk/app.h>
#include <asterisk/lock.h>
#include <asterisk/utils.h>
#include <asterisk/file.h>
#include <sys/resource.h>
#include <fcntl.h>
#include <stdio.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