mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
- Add #include <stdint> needed by GCC to declare uintptr_t
modified: storage/connect/array.cpp storage/connect/filamap.cpp
This commit is contained in:
parent
e4ff01e47d
commit
dd5eb7ae67
2 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <stdint.h> // for uintprt_h
|
||||
#endif // !WIN32
|
||||
|
||||
/***********************************************************************/
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
#include <io.h>
|
||||
#endif // !UNIX
|
||||
#include <fcntl.h>
|
||||
#include <stdint.h> // for uintprt_h
|
||||
#endif // !WIN32
|
||||
|
||||
/***********************************************************************/
|
||||
|
|
Loading…
Reference in a new issue