nixpkgs/pkgs/tools/cd-dvd/ccd2iso/include.patch
Stanisław Pitucha 42f9761484 ccd2iso: fix darwin build
Add an explicit include to fix the build on newer compilers.
2024-06-16 09:04:13 +10:00

10 lines
186 B
Diff

--- a/src/ccd2iso.c 2024-06-16 09:01:37
+++ b/src/ccd2iso.c 2024-06-16 09:01:49
@@ -27,6 +27,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "clonecd.h"