[thrift] Build fix for TFileTransport
authordweatherford <dev-null@apache.org>
Thu, 5 Apr 2007 00:20:40 +0000 (00:20 +0000)
committerdweatherford <dev-null@apache.org>
Thu, 5 Apr 2007 00:20:40 +0000 (00:20 +0000)
commit86efa707480155ab7a9497ae295faad4ef9e973e
treec20f613344172af0d9a197344abf4e370890c9df
parentff24f74b49efaa25eb443f03d814fd29f4cd664c
[thrift] Build fix for TFileTransport

Summary: Not including config.h means we never get the HAVE_CLOCK_GETTIME #define, breaking the build with a duplicate function definition on machines that have a clock_gettime() function in the standard library.

Reviewed By: slee
Test Plan: it compiles, ship it
Revert: ok

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665087 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/src/transport/TFileTransport.cpp