projects
/
asterisk/asterisk.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ensure that needed headers are included for chmod() and mkdir() (bug #3937)
[asterisk/asterisk.git]
/
apps
/
app_test.c
diff --git
a/apps/app_test.c
b/apps/app_test.c
index
091112e
..
74ca7c5
100755
(executable)
--- a/
apps/app_test.c
+++ b/
apps/app_test.c
@@
-3,7
+3,7
@@
*
* Applications to test connection and produce report in text file
*
*
* Applications to test connection and produce report in text file
*
- * Copyright (C) 2004, Digium, Inc.
+ * Copyright (C) 2004 - 2005, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
* Russell Bryant <russelb@clemson.edu>
*
* Mark Spencer <markster@digium.com>
* Russell Bryant <russelb@clemson.edu>
@@
-13,6
+13,7
@@
*/
#include <sys/types.h>
*/
#include <sys/types.h>
+#include <sys/stat.h>
#include <asterisk/channel.h>
#include <asterisk/options.h>
#include <asterisk/module.h>
#include <asterisk/channel.h>
#include <asterisk/options.h>
#include <asterisk/module.h>