changeset 30591:60ad8ca441dc

Add required header #include for config.h.
author diego
date Thu, 18 Feb 2010 09:29:05 +0000
parents d218228dc74d
children 66e27086f326
files get_path.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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"