aports/testing/cdw/main.c.patch
ScrumpyJack 555a4ed52b testing/cdw: new aport
cdw is a front-end for cd recoding tools
http://cdw.sf.net
2014-07-31 06:04:55 +00:00

15 lines
306 B
Diff

--- 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"