X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fstable%2Fsrc%2Fmodules%2Fmod_ffmpeg%2Fmptr_ffmpeg.h;h=9e421c95c6744bf740a12fc645e7a37489ab73ba;hb=391f6a3be479646721d8cc78b5ee673db17bd540;hp=e77b5137ef0810ebb9d799124307b9637e9ff053;hpb=40dd10f62f1b0983b20cf99dd4780ea73236eb0c;p=synfig.git diff --git a/synfig-core/tags/stable/src/modules/mod_ffmpeg/mptr_ffmpeg.h b/synfig-core/tags/stable/src/modules/mod_ffmpeg/mptr_ffmpeg.h index e77b513..9e421c9 100644 --- a/synfig-core/tags/stable/src/modules/mod_ffmpeg/mptr_ffmpeg.h +++ b/synfig-core/tags/stable/src/modules/mod_ffmpeg/mptr_ffmpeg.h @@ -30,6 +30,7 @@ /* === H E A D E R S ======================================================= */ #include +#include #include #include "string.h" #ifdef HAVE_TERMIOS_H @@ -49,6 +50,7 @@ class ffmpeg_mptr : public synfig::Importer SYNFIG_IMPORTER_MODULE_EXT public: private: + pid_t pid; synfig::String filename; FILE *file; int cur_frame;