Commit 719b1457 authored by Sigmanificient's avatar Sigmanificient
Browse files

dirdiff: fix build with gcc 14

parent 56f4e06f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -32,6 +32,8 @@ stdenv.mkDerivation rec {
          --subst-var-by tcl ${tcl} \
          --subst-var-by tk ${tk}
    done

    sed -i "1i #include <unistd.h>" filecmp.c
  '';

  env = {