diff subreader.h @ 30168:89e419320c43

Add missing config.h #include.
author diego
date Mon, 04 Jan 2010 19:49:42 +0000
parents 0f1b5b68af32
children c1a3f1bbba26
line wrap: on
line diff
--- a/subreader.h	Mon Jan 04 19:36:18 2010 +0000
+++ b/subreader.h	Mon Jan 04 19:49:42 2010 +0000
@@ -3,6 +3,8 @@
 
 #include <stdio.h>
 
+#include "config.h"
+
 extern int suboverlap_enabled;
 extern int sub_no_text_pp;  // disable text post-processing
 extern int sub_match_fuzziness;