blob: dd2e135e8782257e9c57658277cd9f7349419b88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
diff --git a/src/FaacEncoder.cpp b/src/FaacEncoder.cpp
index 873c560..3f7dc75 100644
--- a/src/FaacEncoder.cpp
+++ b/src/FaacEncoder.cpp
@@ -36,7 +36,7 @@
// compile the whole file only if faac support configured in
#ifdef HAVE_FAAC_LIB
-
+#include <string.h>
#include "Exception.h"
#include "Util.h"
diff --git a/src/aacPlusEncoder.cpp b/src/aacPlusEncoder.cpp
index 70831b6..1f2ec20 100644
--- a/src/aacPlusEncoder.cpp
+++ b/src/aacPlusEncoder.cpp
@@ -36,7 +36,7 @@
// compile the whole file only if aacplus support configured in
#ifdef HAVE_AACPLUS_LIB
-
+#include <string.h>
#include "Exception.h"
#include "Util.h"
|