changeset 20011:e9982726b2e5

.
author Jim Meyering <jim@meyering.net>
date Fri, 07 Oct 1994 01:19:51 +0000
parents e5af5744b064
children 91ea2b926697
files lib/pathmax.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/pathmax.h	Mon Oct 03 03:01:34 1994 +0000
+++ b/lib/pathmax.h	Fri Oct 07 01:19:51 1994 +0000
@@ -38,7 +38,7 @@
 #endif
 
 /* Don't include sys/param.h if it already has been.  */
-#if defined(HAVE_SYS_PATH_MAX_H) && !defined(PATH_MAX) && !defined(MAXPATHLEN)
+#if defined(HAVE_SYS_PARAM_H) && !defined(PATH_MAX) && !defined(MAXPATHLEN)
 #include <sys/param.h>
 #endif