diff options
author | iive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-02-16 10:08:03 +0000 |
---|---|---|
committer | iive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-02-16 10:08:03 +0000 |
commit | 2431c2a2cbb00e8b8c82a1a51471464a827efe53 (patch) | |
tree | 5a2a38a1e2b7436a63d329a4cfda9f92947f8f9f /sub_cc.c | |
parent | daf506cc05fab4e5a9ae0f0e83f2b0f119b35b2f (diff) | |
download | mpv-2431c2a2cbb00e8b8c82a1a51471464a827efe53.tar.bz2 mpv-2431c2a2cbb00e8b8c82a1a51471464a827efe53.tar.xz |
include config.h before includes that need it
based on patch by Alan Curry <pacman at theworld com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17631 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'sub_cc.c')
-rw-r--r-- | sub_cc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ #include <stdlib.h> #include <string.h> +#include "config.h" #include "sub_cc.h" #include "subreader.h" |