commit | 6f28c04560e69b455932efe183ed3b00ade49c70 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Sat Nov 01 20:31:44 2014 +0100 |
committer | Roger Meier <roger@apache.org> | Sat Nov 01 20:31:44 2014 +0100 |
tree | b5a8dcae9449dc836d0b11d2e6513bbd8353fdb2 | |
parent | b5fd81658a0be1c88a93f31bc9745caae1f1331f [diff] [blame] |
cpp: fix automake dependencies
diff --git a/lib/cpp/test/Benchmark.cpp b/lib/cpp/test/Benchmark.cpp index 286d635..3571150 100644 --- a/lib/cpp/test/Benchmark.cpp +++ b/lib/cpp/test/Benchmark.cpp
@@ -25,7 +25,7 @@ #include "thrift/transport/TBufferTransports.h" #include "thrift/protocol/TBinaryProtocol.h" #include "gen-cpp/DebugProtoTest_types.h" -#include <time.h> + #ifdef HAVE_SYS_TIME_H #include <sys/time.h> #endif