Commit 84b50d85 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

build on freebsd with gcc 4.3.4. addresses #1789

git-svn-id: file:///svn/toku/tokudb@12483 c7de825b-a66e-492c-adef-691d508d4ae1
parent 11a15a22
......@@ -65,6 +65,9 @@ typedef int64_t toku_off_t;
#include <sys/types.h>
#include <sys/time.h>
#include <sys/stat.h>
#if __FreeBSD__
#include <stdarg.h>
#endif
#else
......
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