From 2ad2c8b844bd43ad7e15cb7652da00be877ac039 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 3 Dec 2010 22:00:10 +0000 Subject: lookup3: fix build from missing #include This appears to be needed on x86 Debian Lenny but not x86_64 --- ext/tdb/lookup3.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/tdb/lookup3.c b/ext/tdb/lookup3.c index 23a9088..3a117a5 100644 --- a/ext/tdb/lookup3.c +++ b/ext/tdb/lookup3.c @@ -1,4 +1,5 @@ #include "rbtdb.h" +#include /* * lookup3 implementation copied from tdb.git -- cgit v1.2.3-24-ge0c7