X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-cond.c;h=cbae25d813010657b4002bb6fde8320b152a9bac;hb=54be6af60f46a82b2d9051cd939169cd288ed52c;hp=f9ca22a6201bded07f3b74c27e0ab65847ef35aa;hpb=84ab6921e060199ffb0b7e8e8e8d44f12a016ffb;p=gnulib.git diff --git a/tests/test-cond.c b/tests/test-cond.c index f9ca22a62..cbae25d81 100644 --- a/tests/test-cond.c +++ b/tests/test-cond.c @@ -1,5 +1,5 @@ /* Test of condition variables in multithreaded situations. - Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2008-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ #include -#if USE_POSIX_THREADS || USE_SOLARIS_THREADS || USE_PTH_THREADS || USE_WIN32_THREADS +#if USE_POSIX_THREADS || USE_SOLARIS_THREADS || USE_PTH_THREADS || USE_WINDOWS_THREADS /* Which tests to perform. Uncomment some of these, to verify that all tests crash if no locking @@ -198,6 +198,8 @@ main () /* No multithreading available. */ +#include + int main () {