mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
forgot to commit
svn path=/nixpkgs/trunk/; revision=27139
This commit is contained in:
parent
92bf0b92d3
commit
2881931569
12
pkgs/development/libraries/cppunit/include-cstdlib.patch
Normal file
12
pkgs/development/libraries/cppunit/include-cstdlib.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -rc cppunit-1.10.0/src/cppunit/TypeInfoHelper.cpp cppunit-1.10.0-2/src/cppunit/TypeInfoHelper.cpp
|
||||||
|
*** cppunit-1.10.0/src/cppunit/TypeInfoHelper.cpp 2004-02-18 21:45:44.000000000 +0100
|
||||||
|
--- cppunit-1.10.0-2/src/cppunit/TypeInfoHelper.cpp 2011-04-13 09:20:57.000000000 +0200
|
||||||
|
***************
|
||||||
|
*** 1,5 ****
|
||||||
|
--- 1,6 ----
|
||||||
|
#include <cppunit/Portability.h>
|
||||||
|
#include <cppunit/extensions/TypeInfoHelper.h>
|
||||||
|
+ #include <cstdlib>
|
||||||
|
|
||||||
|
#if CPPUNIT_HAVE_RTTI
|
||||||
|
|
Loading…
Reference in New Issue
Block a user