aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_test.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-03 20:25:43 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-03 20:25:43 +0000
commit535434ea0e44d35bdc071043c2b15fdf29cf1d1a (patch)
treec7fa0a0ab70a1b6ed276050b63314d21e1b7f752 /apps/app_test.c
parentc67406954e8c22eae2c3b96759284436bcf2d02f (diff)
ensure that needed headers are included for chmod() and mkdir() (bug #3937)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5366 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_test.c')
-rwxr-xr-xapps/app_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_test.c b/apps/app_test.c
index 5de24d382..74ca7c5a0 100755
--- a/apps/app_test.c
+++ b/apps/app_test.c
@@ -13,6 +13,7 @@
*/
#include <sys/types.h>
+#include <sys/stat.h>
#include <asterisk/channel.h>
#include <asterisk/options.h>
#include <asterisk/module.h>