--- linuxsampler/trunk/src/network/lscpparser.h 2007/09/09 11:30:42 1331 +++ linuxsampler/trunk/src/network/lscpparser.h 2007/09/09 12:22:34 1332 @@ -33,6 +33,7 @@ #include #include "../common/global.h" +#include "../common/Path.h" #include "lscpevent.h" #include "../Sampler.h" #include "../drivers/midi/MidiInstrumentMapper.h" @@ -75,6 +76,7 @@ }; std::string String; std::map KeyValList; + Path UniversalPath; }; #define YYSTYPE _YYSTYPE #define yystype YYSTYPE ///< For backward compatibility.