changeset 10727:0b1453918646

Include <stdio.h>, for perror.
author Bruno Haible <bruno@clisp.org>
date Mon, 27 Oct 2008 12:22:13 +0100
parents d8f7447f08bd
children ec6c57a9af4b
files ChangeLog tests/test-lstat.c
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Oct 27 11:03:33 2008 +0100
+++ b/ChangeLog	Mon Oct 27 12:22:13 2008 +0100
@@ -1,3 +1,7 @@
+2008-10-27  Bruno Haible  <bruno@clisp.org>
+
+	* tests/test-lstat.c: Include <stdio.h>.
+
 2008-10-27  Simon Josefsson  <simon@josefsson.org>
 
 	* modules/lstat-tests: New module.
--- a/tests/test-lstat.c	Mon Oct 27 11:03:33 2008 +0100
+++ b/tests/test-lstat.c	Mon Oct 27 12:22:13 2008 +0100
@@ -20,6 +20,8 @@
 
 #include <sys/stat.h>
 
+#include <stdio.h>
+
 int
 main (int argc, char **argv)
 {