1
0
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:
Gagan Goel
2020-04-21 11:46:01 -04:00
parent c98e553daa
commit 8edaffc433
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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>