diff options
author | François Revol <revol@free.fr> | 2005-02-24 22:07:10 +0000 |
---|---|---|
committer | François Revol <revol@free.fr> | 2005-02-24 22:07:10 +0000 |
commit | cf344ec72cd3eac1075b7571b75dff625a9af3b0 (patch) | |
tree | 9c10f0026e50e6d9b2be80d07302336a12d279ca /vhook/ppm.c | |
parent | 88730be65153f4a59916d971842fdaed3e0fd72b (diff) | |
download | ffmpeg-cf344ec72cd3eac1075b7571b75dff625a9af3b0.tar.gz |
get fish to compile (time() forbidden), pstrcat not declared from ppm.c
Originally committed as revision 3978 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'vhook/ppm.c')
-rw-r--r-- | vhook/ppm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vhook/ppm.c b/vhook/ppm.c index 8e48dd9574..45e7208788 100644 --- a/vhook/ppm.c +++ b/vhook/ppm.c @@ -24,6 +24,7 @@ #include <sys/wait.h> #include <ctype.h> #include "framehook.h" +#include "avformat.h" /** Bi-directional pipe structure. */ |