Attempt to work around header dependency problems on FreeBSD.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26112 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2008-02-20 12:40:49 +00:00
parent 4d082e85fa
commit ebb40db267
5 changed files with 175 additions and 10 deletions

View file

@ -102,10 +102,16 @@
# else
# include <utime.h>
# endif
#else
# ifdef HAVE_SYS_PARAM_H
# include <sys/param.h> /* for MAXPATHLEN */
# endif
#endif
#ifdef HAVE_SYS_PARAM_H
# include <sys/cdefs.h>
#endif
#ifdef HAVE_SYS_SYSLIMITS_H
# include <sys/syslimits.h>
#endif
#ifdef HAVE_SYS_PARAM_H
# include <sys/param.h> /* for MAXPATHLEN */
#endif
#ifndef PATH_MAX