diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-15 23:42:58 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-15 23:42:58 +0000 |
commit | 3c67ba63fe49eb98772c621befa986b0e8ec6bbc (patch) | |
tree | e6ad5341787fa143c7cb10c7384c960aecfa1ede /libiberty/getcwd.c | |
parent | c86d77718da96c49f4ebb62ced265932245cbd3a (diff) | |
download | gcc-3c67ba63fe49eb98772c621befa986b0e8ec6bbc.tar.gz |
Update from Cygnus libiberty.
libiberty uses autoconf now.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19791 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/getcwd.c')
-rw-r--r-- | libiberty/getcwd.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libiberty/getcwd.c b/libiberty/getcwd.c index 60c1dd84eed..06d55c04f58 100644 --- a/libiberty/getcwd.c +++ b/libiberty/getcwd.c @@ -20,7 +20,9 @@ BUGS */ -#ifndef NO_SYS_PARAM_H +#include "config.h" + +#ifdef HAVE_SYS_PARAM_H #include <sys/param.h> #endif #include <errno.h> |