about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-03 22:00:10 +0000
committerEric Wong <normalperson@yhbt.net>2010-12-03 14:38:46 -0800
commit2ad2c8b844bd43ad7e15cb7652da00be877ac039 (patch)
treeac52a72d1bc9e52f7ed853dd518528618e3c594e
parent424f350415eccae19f08c2164b3e6ba6943fffb5 (diff)
downloadruby-tdb-2ad2c8b844bd43ad7e15cb7652da00be877ac039.tar.gz
This appears to be needed on x86 Debian Lenny but not x86_64
-rw-r--r--ext/tdb/lookup3.c1
1 files changed, 1 insertions, 0 deletions
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 <stdint.h>
 
 /*
  * lookup3 implementation copied from tdb.git