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

diego subversion at mplayerhq.hu
Wed Aug 29 11:31:44 CEST 2007


Author: diego
Date: Wed Aug 29 11:31:44 2007
New Revision: 24286

Log:
Fix linking on Windows.


Modified:
   trunk/get_path.c

Modified: trunk/get_path.c
==============================================================================
--- trunk/get_path.c	(original)
+++ trunk/get_path.c	Wed Aug 29 11:31:44 2007
@@ -21,6 +21,10 @@
 #include <unistd.h>
 #endif
 
+#ifdef WIN32
+#include <windows.h>
+#endif
+
 char *get_path(const char *filename){
 	char *homedir;
 	char *buff;



More information about the MPlayer-cvslog mailing list