aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_env.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-11 16:13:03 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-11 16:13:03 +0000
commitbde9850ff54b9e4c773188219581f60a1e68b74e (patch)
tree79cdc71b5e44c22e285f8009a54b94183610e65c /funcs/func_env.c
parentfa4d9273e46e42884603f241d7b41d2567687679 (diff)
Fix compile time warnings
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9548 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs/func_env.c')
-rw-r--r--funcs/func_env.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/funcs/func_env.c b/funcs/func_env.c
index 6ad6bf73f..f9d1a665c 100644
--- a/funcs/func_env.c
+++ b/funcs/func_env.c
@@ -20,6 +20,7 @@
*
*/
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>