summaryrefslogtreecommitdiffstats
path: root/get_path.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-18 09:29:05 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-18 09:29:05 +0000
commit98d06ba17c4fbe30f30739f09054a87800f879b9 (patch)
treeb4de789cfe2efebaa8fe0feca7aedf0075328beb /get_path.c
parent93c1e23c479397fb14740d76746d6da4c6f8961c (diff)
downloadmpv-98d06ba17c4fbe30f30739f09054a87800f879b9.tar.bz2
mpv-98d06ba17c4fbe30f30739f09054a87800f879b9.tar.xz
Add required header #include for config.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30633 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'get_path.c')
-rw-r--r--get_path.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/get_path.c b/get_path.c
index ec76f57191..4a04f9ebb7 100644
--- a/get_path.c
+++ b/get_path.c
@@ -26,6 +26,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include "config.h"
#include "mp_msg.h"
#include "get_path.h"