mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Add #include <fnmatch.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
to avoid compile error on Linux.
modified: storage/connect/filamzip.cpp
This commit is contained in:
@@ -21,6 +21,9 @@
|
||||
#if defined(UNIX)
|
||||
#include <fnmatch.h>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#else // !UNIX
|
||||
#include <io.h>
|
||||
|
||||
Reference in New Issue
Block a user