[MPlayer-cvslog] r27316 - trunk/get_path.c

ben subversion at mplayerhq.hu
Thu Jul 17 21:37:19 CEST 2008


Author: ben
Date: Thu Jul 17 21:37:19 2008
New Revision: 27316

Log:
File was missing its dedicated header inclusion.



Modified:
   trunk/get_path.c

Modified: trunk/get_path.c
==============================================================================
--- trunk/get_path.c	(original)
+++ trunk/get_path.c	Thu Jul 17 21:37:19 2008
@@ -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>



More information about the MPlayer-cvslog mailing list