diff options
Diffstat (limited to 'devel/doc++/patches/patch-src_portability.h')
-rw-r--r-- | devel/doc++/patches/patch-src_portability.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/doc++/patches/patch-src_portability.h b/devel/doc++/patches/patch-src_portability.h new file mode 100644 index 00000000000..195e61d4974 --- /dev/null +++ b/devel/doc++/patches/patch-src_portability.h @@ -0,0 +1,13 @@ +$NetBSD: patch-src_portability.h,v 1.1 2012/02/16 18:36:34 hans Exp $ + +--- src/portability.h.orig 2001-09-02 21:57:36.000000000 +0200 ++++ src/portability.h 2012-02-15 18:48:42.194632614 +0100 +@@ -62,7 +62,7 @@ inline int unlink(const char* const file + + #elif defined __SVR4 + +-#include <cstdlib.h> ++#include <cstdlib> + + #endif // _MSC_VER + |