summaryrefslogtreecommitdiffstats
path: root/get_path.c
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-17 19:37:19 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-17 19:37:19 +0000
commitca39f4d10f207fe522b015925fbb64d174c50007 (patch)
tree65636cbd109740b4de4cbff577457871040c6cde /get_path.c
parent9ca38e5303cea632b84e9f83883f3a849670670d (diff)
downloadmpv-ca39f4d10f207fe522b015925fbb64d174c50007.tar.bz2
mpv-ca39f4d10f207fe522b015925fbb64d174c50007.tar.xz
File was missing its dedicated header inclusion.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27316 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 9c8553a791..4265cdbd7c 100644
--- a/get_path.c
+++ b/get_path.c
@@ -11,6 +11,7 @@
#include <stdlib.h>
#include <string.h>
#include "mp_msg.h"
+#include "get_path.h"
#ifdef MACOSX_BUNDLE
#include <CoreFoundation/CoreFoundation.h>