diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-12 20:47:32 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-12 20:47:32 +0200 |
commit | 55d63e11656f2cd07f7b15f2833211b55c4d6d89 (patch) | |
tree | 7c4526be53c3bdeed376866242aa5a388b3fc58d /extra/slim/stdlib.patch | |
parent | 6f94da2c4bd9ba797c7d2d9f0d711646c3de9654 (diff) | |
download | nutyx-extra-55d63e11656f2cd07f7b15f2833211b55c4d6d89.tar.gz nutyx-extra-55d63e11656f2cd07f7b15f2833211b55c4d6d89.tar.bz2 nutyx-extra-55d63e11656f2cd07f7b15f2833211b55c4d6d89.tar.xz nutyx-extra-55d63e11656f2cd07f7b15f2833211b55c4d6d89.zip |
Ajout de slim#1.3.1-1
Diffstat (limited to 'extra/slim/stdlib.patch')
-rw-r--r-- | extra/slim/stdlib.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/slim/stdlib.patch b/extra/slim/stdlib.patch new file mode 100644 index 000000000..855b110dd --- /dev/null +++ b/extra/slim/stdlib.patch @@ -0,0 +1,11 @@ +--- cfg.cpp.orig 2008-04-21 00:36:08.000000000 -0700 ++++ cfg.cpp 2008-04-21 00:37:01.000000000 -0700 +@@ -11,6 +11,7 @@ + #include <fstream> + #include <string> + #include <iostream> ++#include <cstdlib> + #include <unistd.h> + + #include <sys/types.h> + |