Merging bzr://gaz.tangent.org/libmemcached/build/ to Build branch
[m6w6/libmemcached] / libtest / strerror.cc
index d081bafcd2d433af39afedb4d1ee399e5d16df32..e37b88aeaafcb9072e8f4be12bf7e7c457a6bf4e 100644 (file)
@@ -19,6 +19,7 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
+#include <config.h>
 #include <libtest/common.h>
 
 namespace libtest { 
@@ -36,7 +37,7 @@ const char *test_strerror(test_return_t code)
     return "skipped";
   }
 
-  throw fatal_message("No port could be found");
+  fatal_message("No port could be found");
 }
 
 } // namespace libtest