blob: b9ff47346ca39a1d4a6d7e5e8921cd21c515d18d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
|