diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-30 09:11:31 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-30 09:11:31 +0200 |
commit | 6b34c7c0613393049edcb782407b5293491796cf (patch) | |
tree | 831d3a6d1f5921fe3b9bbde7be12d12ac269c488 /test/slim/stdlib.patch | |
parent | b863c93fc8329443e1cff089f22e9755e7df90d6 (diff) | |
download | nutyx-pakxe-6b34c7c0613393049edcb782407b5293491796cf.tar.gz nutyx-pakxe-6b34c7c0613393049edcb782407b5293491796cf.tar.bz2 nutyx-pakxe-6b34c7c0613393049edcb782407b5293491796cf.tar.xz nutyx-pakxe-6b34c7c0613393049edcb782407b5293491796cf.zip |
slim dans test
Diffstat (limited to 'test/slim/stdlib.patch')
-rw-r--r-- | test/slim/stdlib.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/slim/stdlib.patch b/test/slim/stdlib.patch new file mode 100644 index 000000000..855b110dd --- /dev/null +++ b/test/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> + |