From 3c7c893e6eda5501071509798cbd8bd3545e3449 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Sun, 3 Apr 2005 20:25:43 +0000 Subject: ensure that needed headers are included for chmod() and mkdir() (bug #3937) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5366 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/app_test.c') 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 +#include #include #include #include -- cgit v1.2.3