cmonctl: fix compile error

This commit is contained in:
Sage Weil 2008-12-10 13:22:28 -08:00
parent f309afde19
commit 44b8c2f42b

View File

@ -35,6 +35,12 @@ using namespace std;
#include <sys/stat.h>
#include <fcntl.h>
extern "C" {
#include <histedit.h>
}
Mutex lock("cmonctl.cc lock");
Cond cond;
@ -214,9 +220,6 @@ void usage()
}
#include <histedit.h>
const char *cli_prompt(EditLine *e) {
return "monctl> ";
}