mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Patch to fix libedit vis.h problem (OSX/FreeBSD)
This commit is contained in:
@ -68,11 +68,11 @@
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <assert.h>
|
||||
#ifdef HAVE_VIS_H
|
||||
#include <vis.h>
|
||||
#else
|
||||
/*
|
||||
XXXMYSQL : Due to different versions of vis.h available,
|
||||
use the one bundled with libedit.
|
||||
*/
|
||||
#include "np/vis.h"
|
||||
#endif
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
Reference in New Issue
Block a user