THRIFT-2089 Compiler ignores duplicate typenames
Patch: Randy Abernethy
diff --git a/lib/cpp/test/TFileTransportTest.cpp b/lib/cpp/test/TFileTransportTest.cpp
old mode 100644
new mode 100755
index 7691c73..20c3b5c
--- a/lib/cpp/test/TFileTransportTest.cpp
+++ b/lib/cpp/test/TFileTransportTest.cpp
@@ -20,9 +20,8 @@
 #define _GNU_SOURCE // needed for getopt_long
 #endif
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include <thrift/thrift-config.h>
+
 #ifdef HAVE_SYS_TIME_H
 #include <sys/time.h>
 #endif