use linenoise as cpp

This commit is contained in:
Eliot Horowitz
2011-03-18 15:17:40 -04:00
parent cd6f5e6537
commit ff767886ee
3 changed files with 2 additions and 3 deletions

View File

@@ -20,9 +20,8 @@
#ifndef WIN32
#define USE_LINENOISE
extern "C" {
#include "../third_party/linenoise/linenoise.h"
}
// this is for ctrl-c handling
#include <setjmp.h>