mirror of
https://github.com/MariaDB/server.git
synced 2025-03-08 04:03:30 +01:00
8 lines
96 B
C
8 lines
96 B
C
#ifndef TOKU_STDINT_H
|
|
#define TOKU_STDINT_H
|
|
|
|
#include <stdint.h>
|
|
#include <inttypes.h>
|
|
|
|
#endif
|
|
|