diff options
Diffstat (limited to 'testing/cdw/main.c.patch')
-rw-r--r-- | testing/cdw/main.c.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/cdw/main.c.patch b/testing/cdw/main.c.patch new file mode 100644 index 000000000..b9ff47346 --- /dev/null +++ b/testing/cdw/main.c.patch @@ -0,0 +1,14 @@ +--- cdw-0.8.0/src/main.c ++++ cdw-0.8.0/src/main.c.changed +@@ -44,9 +44,9 @@ + #include <stdio.h> + #include <stdlib.h> + #include <string.h> +-#include <mcheck.h> ++/* #include <mcheck.h> */ + #include <signal.h> /* sig_atomic_t */ +- ++#include <limits.h> + #include <dirent.h> /* PATH_MAX */ + + #include "main.h" |