client/cmdlf.c: Add missing include for "WaitForResponse".
#include "graph.h"
#include "ui.h"
#include "cmdparser.h"
#include "graph.h"
#include "ui.h"
#include "cmdparser.h"
#include "cmddata.h"
#include "cmdlf.h"
#include "cmdlfhid.h"
#include "cmddata.h"
#include "cmdlf.h"
#include "cmdlfhid.h"
Commands[i].Parse(Cmd + len);
else
// show help (always first in array) for selected hierarchy or if command not recognised
Commands[i].Parse(Cmd + len);
else
// show help (always first in array) for selected hierarchy or if command not recognised
- Commands[0].Parse("help");