You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
Change includes for history.h
This commit is contained in:
@ -40,7 +40,7 @@
|
||||
#include <sys/signal.h>
|
||||
#include <sys/types.h>
|
||||
#include <readline.h>
|
||||
#include <history.h>
|
||||
#include <readline/history.h>
|
||||
#include <time.h>
|
||||
#include <pthread.h>
|
||||
#include <errno.h>
|
||||
|
@ -64,7 +64,7 @@
|
||||
#include <net/if.h>
|
||||
|
||||
#include <readline.h>
|
||||
#include <history.h>
|
||||
#include <readline/history.h>
|
||||
#include <boost/property_tree/ini_parser.hpp>
|
||||
#include <boost/filesystem/operations.hpp>
|
||||
#include <boost/filesystem/path.hpp>
|
||||
|
Reference in New Issue
Block a user