Commit 65dec301 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul Committed by Yoni Fogel

Fixes #1374.

git-svn-id: file:///svn/toku/tokudb@8668 c7de825b-a66e-492c-adef-691d508d4ae1
parent 2f856f7d
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
/* Insert a bunch of stuff */ /* Insert a bunch of stuff */
#ifdef BDB #ifdef BDB
// Some strange combination of -std=c99 and GNU_SOURCE and SVID_SOURCE and other cpp flags makes u_int not get typedefed, and then BDB's db.h uses it.
typedef unsigned int u_int; typedef unsigned int u_int;
#endif #endif
#include <db.h> #include <db.h>
......
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