From 0fd2682e113c400af6c43da72543bd75448e5be8 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 16 Feb 2009 19:50:18 +0300 Subject: * Prepare to migrate to cmake (still need to write install target and working with XS implicitly) * Move all system includes to one file where we detect availability of all that includes * Fix license misprint * Fix some issues with perl initializing --- src/perl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/perl.h') diff --git a/src/perl.h b/src/perl.h index 7aabe1895..af97b6f46 100644 --- a/src/perl.h +++ b/src/perl.h @@ -1,8 +1,8 @@ #ifndef RSPAM_PERL_H #define RSPAM_PERL_H -#include -#include + +#include "config.h" #include "memcached.h" #include /* from the Perl distribution */ -- cgit v1.2.3