gnats-diffs
[Top][All Lists]
Advanced

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

Changes to gnats/libiberty/getcwd.c


From: Milan Zamazal
Subject: Changes to gnats/libiberty/getcwd.c
Date: Mon, 10 Dec 2001 18:04:20 -0500

Index: gnats/libiberty/getcwd.c
diff -c gnats/libiberty/getcwd.c:1.2 gnats/libiberty/getcwd.c:1.3
*** gnats/libiberty/getcwd.c:1.2        Tue Oct 26 03:10:16 1999
--- gnats/libiberty/getcwd.c    Mon Dec 10 18:03:26 2001
***************
*** 29,34 ****
--- 29,40 ----
  #include <sys/param.h>
  #endif
  #include <errno.h>
+ #ifdef HAVE_STRING_H
+ #include <string.h>
+ #endif
+ #ifdef HAVE_STDLIB_H
+ #include <stdlib.h>
+ #endif
  
  extern char *getwd ();
  extern int errno;



reply via email to

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