diff options
author | Benoit Fouet <benoit.fouet@free.fr> | 2008-05-09 14:52:39 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2008-05-09 14:52:39 +0000 |
commit | f211662c7c582933cffece04b124431add3938d7 (patch) | |
tree | 8f5b7237913228a1386fc0fb26f82688abdad7d8 | |
parent | a12b44d7fb8726217b3530c13c79d21e6523eb5a (diff) | |
download | ffmpeg-f211662c7c582933cffece04b124431add3938d7.tar.gz |
Add missing path to #include.
Originally committed as revision 13104 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | vhook/imlib2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vhook/imlib2.c b/vhook/imlib2.c index e5b7de8a6b..b013cfb286 100644 --- a/vhook/imlib2.c +++ b/vhook/imlib2.c @@ -58,7 +58,7 @@ #include <sys/time.h> #include <time.h> #include <Imlib2.h> -#include "eval.h" +#include "libavcodec/eval.h" const char *const_names[]={ "PI", |