diff get_path.c @ 30591:60ad8ca441dc

Add required header #include for config.h.
author diego
date Thu, 18 Feb 2010 09:29:05 +0000
parents c1a3f1bbba26
children 0bb5a351cdd7
line wrap: on
line diff
--- a/get_path.c	Thu Feb 18 09:26:00 2010 +0000
+++ b/get_path.c	Thu Feb 18 09:29:05 2010 +0000
@@ -26,6 +26,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include "config.h"
 #include "mp_msg.h"
 #include "get_path.h"