Minor header inclusion tweak for new usage of stat()

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@71521 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp
2007-06-25 13:00:49 +00:00
parent 65a9e8fbe9
commit 9b23b9b3b2

View File

@@ -44,6 +44,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <fcntl.h>
#include <errno.h>
#include <sys/wait.h>
#include <sys/stat.h>
#include "asterisk/file.h"
#include "asterisk/logger.h"