changeset 12926:f1b034447063

Fix test-cond link error.
author Bruno Haible <bruno@clisp.org>
date Sun, 07 Mar 2010 23:30:36 +0100
parents 0ccf6ba118dd
children d3ea0f2aacfc
files ChangeLog tests/test-cond.c
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-03-07  Bruno Haible  <bruno@clisp.org>
+
+	Fix test-cond link error.
+	* tests/test-cond.c: Include <stdio.h>.
+
 2010-03-07  Bruno Haible  <bruno@clisp.org>
 
 	Fix test-dirent-safer link error.
--- 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 <stdio.h>
+
 int
 main ()
 {