fix compile warning for FreeBSD (bug #3937)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5377 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2005-04-04 06:33:26 +00:00
parent 2e6d346313
commit 7ba20c5024

View File

@@ -24,6 +24,7 @@
#include <unistd.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <ctype.h>
#include "../astconf.h"