1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Changes for Netware. This is needed when building against newer Libc

than we've used before.
This commit is contained in:
unknown
2005-08-18 21:22:35 +03:00
parent 288c26376b
commit cd737f81c9
2 changed files with 13 additions and 0 deletions

View File

@ -152,6 +152,7 @@ int deny_severity = LOG_WARNING;
#define zVOLSTATE_MAINTENANCE 3
#ifdef __NETWARE__
#include <nks/netware.h>
#include <nks/vm.h>
#include <library.h>
#include <monitor.h>