compilation fix for perl-Net-HandlerSocket

This commit is contained in:
Sergei Golubchik 2014-10-08 15:21:48 +02:00
parent 6f762cdd6c
commit b2d71434ed

View File

@ -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)