# HG changeset patch # User Bruno Haible # Date 1268001036 -3600 # Node ID f1b034447063cca6e1136ff00dc280b9eedafb69 # Parent 0ccf6ba118ddcfd3958e8fb0596795b2adf865f8 Fix test-cond link error. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-03-07 Bruno Haible + + Fix test-cond link error. + * tests/test-cond.c: Include . + 2010-03-07 Bruno Haible Fix test-dirent-safer link error. diff --git a/tests/test-cond.c b/tests/test-cond.c --- 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-2010 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 @@ -198,6 +198,8 @@ /* No multithreading available. */ +#include + int main () {