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

directives the way my desktop does.
This commit is contained in:
John Esmet 2014-03-02 18:22:40 -05:00
parent d037524b70
commit 5b081b1927

View file

@ -95,8 +95,8 @@ PATENT RIGHTS GRANT:
#include <dirent.h>
#include <sys/time.h>
#include <portability/toku_stdint.h>
#include <portability/toku_os_types.h>
#include "toku_stdint.h"
#include "toku_os_types.h"
// Returns: the current process id
int toku_os_getpid(void) __attribute__((__visibility__("default")));