Commit 5b081b19 authored by John Esmet's avatar John Esmet

Attempt to placate the buildslaves - they seem to not like these include

directives the way my desktop does.
parent d037524b
...@@ -95,8 +95,8 @@ PATENT RIGHTS GRANT: ...@@ -95,8 +95,8 @@ PATENT RIGHTS GRANT:
#include <dirent.h> #include <dirent.h>
#include <sys/time.h> #include <sys/time.h>
#include <portability/toku_stdint.h> #include "toku_stdint.h"
#include <portability/toku_os_types.h> #include "toku_os_types.h"
// Returns: the current process id // Returns: the current process id
int toku_os_getpid(void) __attribute__((__visibility__("default"))); int toku_os_getpid(void) __attribute__((__visibility__("default")));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment