First go at fixing FSBUILD-93 but seems only 75% done
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15751 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
a26dd5565a
commit
48f96e39ef
|
@ -38,6 +38,10 @@
|
|||
#pragma comment(lib, PERL_LIB)
|
||||
#endif
|
||||
|
||||
#if defined (__SVR4) && defined (__sun)
|
||||
#include <uconfig.h>
|
||||
#endif
|
||||
|
||||
#include <EXTERN.h>
|
||||
#include <perl.h>
|
||||
#include <switch.h>
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
#if defined (__SVR4) && defined (__sun)
|
||||
#include <uconfig.h>
|
||||
#endif
|
||||
#include <EXTERN.h>
|
||||
#include <embed.h>
|
||||
#include <perl.h>
|
||||
|
||||
EXTERN_C void xs_init(pTHX);
|
||||
|
|
Loading…
Reference in New Issue