mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
New "Instance Manager" code:
Rename "port.h" to "portability.h" to avoid conflict with system header file name, and include the file in "Makefile.am".
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
#include <my_global.h>
|
||||
#include <my_sys.h>
|
||||
#include "parse.h"
|
||||
#include "port.h"
|
||||
#include "portability.h"
|
||||
|
||||
#ifdef __GNUC__
|
||||
#pragma interface
|
||||
|
Reference in New Issue
Block a user