Commit 26d51de7 authored by unknown's avatar unknown
Browse files

A fix (mysql_priv.h should be included first)

parent 9175e5a8
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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