mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01: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
|
||||
#endif
|
||||
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "mysql_priv.h"
|
||||
#include <sys/stat.h>
|
||||
#ifdef HAVE_SYS_MMAN_H
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue