mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Add #include <fnmatch.h>
#include <dirent.h> to avoid compile error on Linux. modified: storage/connect/filamzip.cpp
This commit is contained in:
parent
c7446daeb6
commit
b1bd990e45
1 changed files with 1 additions and 3 deletions
|
@ -21,9 +21,7 @@
|
|||
#if defined(UNIX)
|
||||
#include <fnmatch.h>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <dirent.h>
|
||||
#include <unistd.h>
|
||||
#else // !UNIX
|
||||
#include <io.h>
|
||||
|
|
Loading…
Reference in a new issue