mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
A fix (mysql_priv.h should be included first)
This commit is contained in:
parent
9175e5a8f3
commit
26d51de768
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…
Add table
Reference in a new issue