summaryrefslogtreecommitdiffstats
path: root/sub_cc.c
diff options
context:
space:
mode:
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-02-16 10:08:03 +0000
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-02-16 10:08:03 +0000
commit2431c2a2cbb00e8b8c82a1a51471464a827efe53 (patch)
tree5a2a38a1e2b7436a63d329a4cfda9f92947f8f9f /sub_cc.c
parentdaf506cc05fab4e5a9ae0f0e83f2b0f119b35b2f (diff)
downloadmpv-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sub_cc.c b/sub_cc.c
index 422d045ef8..0246f25705 100644
--- a/sub_cc.c
+++ b/sub_cc.c
@@ -17,6 +17,7 @@
#include <stdlib.h>
#include <string.h>
+#include "config.h"
#include "sub_cc.h"
#include "subreader.h"