diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-22 18:22:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-22 18:22:58 +0100 |
| commit | db52369a8324c8a16e87bcc06a7ea8684e0a8adb (patch) | |
| tree | 8722d270c38f612bf5b0f76f2f50eb0f72feb4e5 /src | |
| parent | a44032f5e1c8218dcd58b053ebc4703fb3239988 (diff) | |
Include for windows.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/film.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index 6bf8fee84..502119db3 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -26,6 +26,9 @@ #include <unistd.h> #include <boost/filesystem.hpp> #include <boost/algorithm/string.hpp> +#ifdef DVDOMATIC_WINDOWS +#include <winsock2.h> +#endif #include "film.h" #include "format.h" #include "tiff_encoder.h" |
