X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_ffmpeg%2Fmptr_ffmpeg.h;fp=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_ffmpeg%2Fmptr_ffmpeg.h;h=9e421c95c6744bf740a12fc645e7a37489ab73ba;hb=83224f8cf1f9b7b15918a130759717a5a375be91;hp=e77b5137ef0810ebb9d799124307b9637e9ff053;hpb=e3bde2b95fdc0fe05d1fe855667058dc4f6a4e6d;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_ffmpeg/mptr_ffmpeg.h b/synfig-core/trunk/src/modules/mod_ffmpeg/mptr_ffmpeg.h index e77b513..9e421c9 100644 --- a/synfig-core/trunk/src/modules/mod_ffmpeg/mptr_ffmpeg.h +++ b/synfig-core/trunk/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;