From 7d09cc8127d6e99ff4439f1e854aaa68acf23e8a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 7 Mar 2010 23:30:36 +0100 Subject: [PATCH] Fix test-cond link error. --- ChangeLog | 5 +++++ tests/test-cond.c | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a46373f8c4..2f0189e5d7 100644 --- 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 index f9ca22a620..ca38229ce6 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-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 @@ main () /* No multithreading available. */ +#include + int main () { -- 2.30.2