diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-04 10:13:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-04 10:13:41 +0100 |
| commit | 6bc12a2eeb9c84a539688f2f7eb876e3ea278a9f (patch) | |
| tree | 80339d65a1c1d6bfefc5ad164617f9b589220b10 /src/lib/writer.cc | |
| parent | d0c2e5d14224e0d1058a9b7058f88e6b32dc8e6f (diff) | |
Split playlist files up; fix build.
Diffstat (limited to 'src/lib/writer.cc')
| -rw-r--r-- | src/lib/writer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/writer.cc b/src/lib/writer.cc index b08b9caf1..d413d33f3 100644 --- a/src/lib/writer.cc +++ b/src/lib/writer.cc @@ -28,7 +28,7 @@ #include "format.h" #include "log.h" #include "dcp_video_frame.h" -#include "playlist.h" +#include "player.h" #include "i18n.h" |
