aboutsummaryrefslogtreecommitdiffstats
path: root/main/cdw/main.c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/cdw/main.c.patch')
-rw-r--r--main/cdw/main.c.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/main/cdw/main.c.patch b/main/cdw/main.c.patch
new file mode 100644
index 0000000000..b9ff47346c
--- /dev/null
+++ b/main/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"