From 5b081b19277902efa78d8fda83f23afeded6d024 Mon Sep 17 00:00:00 2001 From: John Esmet Date: Sun, 2 Mar 2014 18:22:40 -0500 Subject: [PATCH] Attempt to placate the buildslaves - they seem to not like these include directives the way my desktop does. --- toku_include/toku_os.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toku_include/toku_os.h b/toku_include/toku_os.h index d37e2749091..c02f6c4690f 100644 --- a/toku_include/toku_os.h +++ b/toku_include/toku_os.h @@ -95,8 +95,8 @@ PATENT RIGHTS GRANT: #include #include -#include -#include +#include "toku_stdint.h" +#include "toku_os_types.h" // Returns: the current process id int toku_os_getpid(void) __attribute__((__visibility__("default")));