mirror of
https://github.com/MariaDB/server.git
synced 2025-04-18 13:15:32 +02: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:
parent
0cb9369b37
commit
c7446daeb6
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue