extend gkbeears fix for cd to player.cpp
[clinton/Smoothieware.git] / src / libs / utils.h
index 4012b5f..05ad7d7 100644 (file)
@@ -32,7 +32,7 @@ bool file_exists( const string file_name );
 
 void system_reset( bool dfu= false );
 
-
+string absolute_from_relative( string path );
 
 
 #endif