changeset 27284:3a1a148a9633

File was missing its dedicated header inclusion.
author ben
date Thu, 17 Jul 2008 19:37:19 +0000
parents 3a4275b18bb7
children 99a489828840
files get_path.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/get_path.c	Thu Jul 17 19:23:27 2008 +0000
+++ b/get_path.c	Thu Jul 17 19:37:19 2008 +0000
@@ -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>