summaryrefslogtreecommitdiff
path: root/src/dvfile.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2011-10-27 15:50:11 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2011-10-27 15:50:11 +0200
commit29ae5ac36d4ffc520232ff393b2455130ec0227e (patch)
treef89f8a4f2e5d61bc20ba16d2ab46070190cb411d /src/dvfile.cc
parentcaa558e59c248521d1d4ad483fe669828277664e (diff)
fix warnings/errors.
Diffstat (limited to 'src/dvfile.cc')
-rw-r--r--src/dvfile.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dvfile.cc b/src/dvfile.cc
index 7d83255..fb9a184 100644
--- a/src/dvfile.cc
+++ b/src/dvfile.cc
@@ -27,6 +27,8 @@
#include "config.h"
#include "dvfile.h"
+#include <string.h>
+
#include "dv.h"
#include "util.h"