diff options
author | Nirbhay Choubey <nirbhay.choubey@oracle.com> | 2011-10-18 22:47:32 +0530 |
---|---|---|
committer | Nirbhay Choubey <nirbhay.choubey@oracle.com> | 2011-10-18 22:47:32 +0530 |
commit | 96abfdfd22f5cadd73de376e7fa5aa75ce5176da (patch) | |
tree | ba3c49f044dce451295e1b55a949a1f5c32ce025 /cmd-line-utils/libedit/np/vis.h | |
parent | 05a38e7bf35b4b62b0a572ad35af98663f411bf1 (diff) | |
download | mariadb-git-96abfdfd22f5cadd73de376e7fa5aa75ce5176da.tar.gz |
Bug#13102538 : COMPILE ERROR ON SOLARIS WHEN COMPILING
WITH LIBEDIT
Libedit won't build on platforms that do not provide
"sys/cdefs.h".
Removed the inclusion of cdefs.h from all files
other that sys.h, which includes this file only
when the header is found while configuring.
Diffstat (limited to 'cmd-line-utils/libedit/np/vis.h')
-rw-r--r-- | cmd-line-utils/libedit/np/vis.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd-line-utils/libedit/np/vis.h b/cmd-line-utils/libedit/np/vis.h index 324e961cd4c..54a76e9108f 100644 --- a/cmd-line-utils/libedit/np/vis.h +++ b/cmd-line-utils/libedit/np/vis.h @@ -76,7 +76,6 @@ * unvis flags */ #define UNVIS_END _VIS_END /* no more characters */ -#include <sys/cdefs.h> /* XXXMYSQL */ #ifndef __RENAME #define __RENAME(x) |