repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git]
/
pkgs
/
tools
/
audio
/
darkice
/
fix-undeclared-memmove.patch
blob
9b8baf9701d36589afe7070861ee10fd7d813776
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
8
9
-
10
+#include <string.h>
11
12
#include "Exception.h"
13
#include "Util.h"