projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ff8a9d
)
Include <stdio.h>, for perror.
author
Bruno Haible
<bruno@clisp.org>
Mon, 27 Oct 2008 11:22:13 +0000
(12:22 +0100)
committer
Bruno Haible
<bruno@clisp.org>
Mon, 27 Oct 2008 11:22:13 +0000
(12:22 +0100)
ChangeLog
patch
|
blob
|
history
tests/test-lstat.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 6c0d79d6a3a213ec9b41cae8926f495123edf84d..ddd8f82518517a370b13b989412a828a3930dbba 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.
diff --git
a/tests/test-lstat.c
b/tests/test-lstat.c
index 0d58f6bc5346a361ce961663eddde763ed299cd6..1a0a0f232a86c42dd7a039f413987e5876e09f86 100644
(file)
--- a/
tests/test-lstat.c
+++ b/
tests/test-lstat.c
@@
-20,6
+20,8
@@
#include <sys/stat.h>
+#include <stdio.h>
+
int
main (int argc, char **argv)
{