diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-05-07 19:56:28 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-05-07 19:56:28 +0200 |
commit | 0e5f1e3163d7423b6e323cdd5701d48a9fb64e52 (patch) | |
tree | 40a2ce46aa4e5bda01577e81b1fd31d26b52bd30 | |
parent | b0bd88abfbe3f1deb8fad7c1aa71e5692fb7faf3 (diff) | |
download | xine-lib-0e5f1e3163d7423b6e323cdd5701d48a9fb64e52.tar.gz xine-lib-0e5f1e3163d7423b6e323cdd5701d48a9fb64e52.tar.bz2 |
Include config.h
-rw-r--r-- | src/post/mosaico/mosaico.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/post/mosaico/mosaico.c b/src/post/mosaico/mosaico.c index 1222810aa..d99bab43b 100644 --- a/src/post/mosaico/mosaico.c +++ b/src/post/mosaico/mosaico.c @@ -22,6 +22,10 @@ * simple video mosaico plugin */ +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #define LOG_MODULE "mosaico" #define LOG_VERBOSE /* |