Subject: | [PATCH] win32 gcc fix |
Error report:
http://www.nntp.perl.org/group/perl.cpan.testers/2008/10/msg2383450.html
This patch will allow compilation under gcc and CPAN shell.
--
Alexandr Ciornii, http://chorny.net
Subject: | pstring.h.patch |
--- pstring.h.dist 2007-12-02 17:00:02.000000000 +0200
+++ pstring.h 2008-10-08 11:43:08.468750000 +0300
@@ -9,7 +9,7 @@
#ifndef _PSTRING_H
#define _PSTRING_H 1
-#include<pbuffer.h>
+#include "pbuffer.h"
typedef struct PSTRING {
char* begin;