1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-01 17:39:21 +03:00

abstract stdint.h for solaris. addresses #1789

git-svn-id: file:///svn/toku/tokudb@12569 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Rich Prohaska
2013-04-16 23:57:54 -04:00
committed by Yoni Fogel
parent 848a96a64c
commit 1ea7ce00b4
14 changed files with 30 additions and 19 deletions

View File

@@ -12,7 +12,7 @@
#include <sys/time.h>
#include <sys/resource.h>
#include <assert.h>
#include <toku_portability.h>
#include "toku_portability.h"
#include "toku_os.h"
#include <malloc.h>