mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
1ea7ce00b4
git-svn-id: file:///svn/toku/tokudb@12569 c7de825b-a66e-492c-adef-691d508d4ae1
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
|
|
|