diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-10-27 15:50:11 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-10-27 15:50:11 +0200 |
commit | 29ae5ac36d4ffc520232ff393b2455130ec0227e (patch) | |
tree | f89f8a4f2e5d61bc20ba16d2ab46070190cb411d /src/dvfile.cc | |
parent | caa558e59c248521d1d4ad483fe669828277664e (diff) |
fix warnings/errors.
Diffstat (limited to 'src/dvfile.cc')
-rw-r--r-- | src/dvfile.cc | 2 |
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" |