diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-22 01:55:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-22 01:55:27 -0600 |
commit | 5d1425e1648432a969396a57b5f802c47e44dd02 (patch) | |
tree | 7b3f10adce052ce16b96b0ad79c80596520aa87c | |
parent | 6babe9ba11db1ddea60ee01763b0a9d954981801 (diff) | |
download | tdepim-5d1425e1648432a969396a57b5f802c47e44dd02.tar.gz tdepim-5d1425e1648432a969396a57b5f802c47e44dd02.zip |
Fix FTBFS
-rw-r--r-- | indexlib/mmap_manager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indexlib/mmap_manager.cpp b/indexlib/mmap_manager.cpp index 3a4f14fc8..30e045cf8 100644 --- a/indexlib/mmap_manager.cpp +++ b/indexlib/mmap_manager.cpp @@ -39,6 +39,7 @@ #include <sys/stat.h> #include <unistd.h> #include <cstring> +#include <stdio.h> #include "format.h" using indexlib::detail::errno_error; |