compilation fix for perl-Net-HandlerSocket
This commit is contained in:
parent
6f762cdd6c
commit
b2d71434ed
@ -6,17 +6,14 @@
|
||||
* See COPYRIGHT.txt for details.
|
||||
*/
|
||||
|
||||
#undef VERSION
|
||||
#include <config.h>
|
||||
|
||||
#include "EXTERN.h"
|
||||
#include "perl.h"
|
||||
#include "XSUB.h"
|
||||
|
||||
#include "ppport.h"
|
||||
|
||||
/*
|
||||
below we'll include (indirectly) my_global.h, which defines
|
||||
VERSION too. Undefine our VERSION here.
|
||||
*/
|
||||
#undef VERSION
|
||||
#include "hstcpcli.hpp"
|
||||
|
||||
#define DBG(x)
|
||||
|
Loading…
x
Reference in New Issue
Block a user