From: Bruno Haible Date: Sun, 7 Mar 2010 22:30:36 +0000 (+0100) Subject: Fix test-cond link error. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d09cc8127d6e99ff4439f1e854aaa68acf23e8a;p=pspp Fix test-cond link error. --- 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 () {