Include <stdio.h>, for perror.
authorBruno Haible <bruno@clisp.org>
Mon, 27 Oct 2008 11:22:13 +0000 (12:22 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 27 Oct 2008 11:22:13 +0000 (12:22 +0100)
ChangeLog
tests/test-lstat.c

index 6c0d79d..ddd8f82 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 0d58f6b..1a0a0f2 100644 (file)
@@ -20,6 +20,8 @@
 
 #include <sys/stat.h>
 
+#include <stdio.h>
+
 int
 main (int argc, char **argv)
 {