summaryrefslogtreecommitdiffstats
path: root/loader/registry.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-26 18:33:41 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-26 18:33:41 +0000
commiteabe7092f7db37fcb7dcaabb684c7ead1039a016 (patch)
tree81c848762dab2fc70c62dd17b57cb00684311f0c /loader/registry.c
parent3f7645a3b15e2a5ff14112fbe03b850b5e4de546 (diff)
downloadmpv-eabe7092f7db37fcb7dcaabb684c7ead1039a016.tar.bz2
mpv-eabe7092f7db37fcb7dcaabb684c7ead1039a016.tar.xz
Rename config.h --> debug.h and include config.h explicitly.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21277 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/registry.c')
-rw-r--r--loader/registry.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/registry.c b/loader/registry.c
index 1ed90bd60c..a056ce7b53 100644
--- a/loader/registry.c
+++ b/loader/registry.c
@@ -5,6 +5,7 @@
*/
#include "config.h"
+#include "debug.h"
#include <stdio.h>
#include <stdlib.h>