summaryrefslogtreecommitdiff
path: root/funcs/func_env.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2006-02-11 16:13:03 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2006-02-11 16:13:03 +0000
commitada97b3723dbdee7dda9f17a1e3d103277659bd0 (patch)
tree79cdc71b5e44c22e285f8009a54b94183610e65c /funcs/func_env.c
parent99f10b2e262407d40f4c9f1c55f52fbab878a15b (diff)
Fix compile time warnings
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9548 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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>