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

diego subversion at mplayerhq.hu
Thu Feb 18 10:29:05 CET 2010


Author: diego
Date: Thu Feb 18 10:29:05 2010
New Revision: 30633

Log:
Add required header #include for config.h.

Modified:
   trunk/get_path.c

Modified: trunk/get_path.c
==============================================================================
--- trunk/get_path.c	Thu Feb 18 10:26:00 2010	(r30632)
+++ trunk/get_path.c	Thu Feb 18 10:29:05 2010	(r30633)
@@ -26,6 +26,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include "config.h"
 #include "mp_msg.h"
 #include "get_path.h"
 


More information about the MPlayer-cvslog mailing list