add perl dir to the path at runtime on windows.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@759 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2006-03-06 03:23:34 +00:00
parent 818991e5de
commit 3a0038330d
2 changed files with 24 additions and 1 deletions
+1
View File
@@ -64,6 +64,7 @@ extern "C" {
#define APR_WANT_STDIO
#define APR_WANT_STRFUNC
#include <apr_want.h>
#include <apr_env.h>
/*
The pieces of apr we allow ppl to pass around between modules we typedef into our namespace and wrap all the functions