mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 07:14:17 +01:00
9 lines
96 B
C
9 lines
96 B
C
|
#ifndef TOKU_STDINT_H
|
||
|
#define TOKU_STDINT_H
|
||
|
|
||
|
#include <stdint.h>
|
||
|
#include <inttypes.h>
|
||
|
|
||
|
#endif
|
||
|
|