mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 09:04:29 +02:00
A fix (mysql_priv.h should be included first)
This commit is contained in:
parent
561c8d3d84
commit
c1b78b1a4f
1 changed files with 1 additions and 2 deletions
|
|
@ -19,9 +19,8 @@
|
||||||
#pragma implementation // gcc: Class implementation
|
#pragma implementation // gcc: Class implementation
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <sys/stat.h>
|
|
||||||
|
|
||||||
#include "mysql_priv.h"
|
#include "mysql_priv.h"
|
||||||
|
#include <sys/stat.h>
|
||||||
#ifdef HAVE_SYS_MMAN_H
|
#ifdef HAVE_SYS_MMAN_H
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue