linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git] / pkgs / tools / audio / darkice / fix-undeclared-memmove.patch
blob9b8baf9701d36589afe7070861ee10fd7d813776
1 diff --git a/src/FaacEncoder.cpp b/src/FaacEncoder.cpp
2 index 1100226..3ab1805 100644
3 --- a/src/FaacEncoder.cpp
4 +++ b/src/FaacEncoder.cpp
5 @@ -36,7 +36,7 @@
6 // compile the whole file only if faac support configured in
7 #ifdef HAVE_FAAC_LIB
10 +#include <string.h>
12 #include "Exception.h"
13 #include "Util.h"