From 98d06ba17c4fbe30f30739f09054a87800f879b9 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 18 Feb 2010 09:29:05 +0000 Subject: Add required header #include for config.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30633 b3059339-0415-0410-9bf9-f77b7e298cf2 --- get_path.c | 1 + 1 file changed, 1 insertion(+) (limited to 'get_path.c') 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 #include #include +#include "config.h" #include "mp_msg.h" #include "get_path.h" -- cgit v1.2.3