Includes string.h to the file "zcav.cpp", because it uses the two functions: "strdup()" and "strcmp()". Upstream-Status: Pending Signed-off-by: Cindy Zhao --- zcav.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/zcav.cpp b/zcav.cpp index 1c39d85..e4fc4f5 100644 --- a/zcav.cpp +++ b/zcav.cpp @@ -15,6 +15,7 @@ using namespace std; #else #include #endif +#include // Read the specified number of megabytes of data from the fd and return the // amount of time elapsed in seconds. -- 1.7.5.4