dect
/
asterisk
Archived
13
0
Fork 0

include stat.h for everybody, needed for device2chan

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@278361 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
jpeeler 2010-07-21 03:53:19 +00:00
parent f36de042ad
commit 61303f75a8
1 changed files with 1 additions and 1 deletions

View File

@ -53,11 +53,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#if defined(__NetBSD__) || defined(__FreeBSD__)
#include <pthread.h>
#include <signal.h>
#include <sys/stat.h>
#else
#include <sys/signal.h>
#endif
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <math.h>
#include <ctype.h>