bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lstat-tests


From: Bruno Haible
Subject: Re: lstat-tests
Date: Mon, 27 Oct 2008 12:24:30 +0100
User-agent: KMail/1.5.4

Simon Josefsson wrote:
> I've pushed this self test as a first step to debug the problem.

Thanks. I added an include, needed for the declaration of perror().


2008-10-27  Bruno Haible  <address@hidden>

        * tests/test-lstat.c: Include <stdio.h>.

*** tests/test-lstat.c.orig     2008-10-27 12:22:59.000000000 +0100
--- tests/test-lstat.c  2008-10-27 12:22:59.000000000 +0100
***************
*** 20,25 ****
--- 20,27 ----
  
  #include <sys/stat.h>
  
+ #include <stdio.h>
+ 
  int
  main (int argc, char **argv)
  {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]