s/HAVE_PARAM_H/HAVE_SYS_PARAM_H/

This commit is contained in:
Pavel Roskin 2001-06-22 15:56:59 +00:00
parent c27d9c8cc5
commit 6ba78b2f80

View File

@ -32,7 +32,7 @@
#include <stdio.h>
#include <sys/types.h>
#ifdef HAVE_PARAM_H
#ifdef HAVE_SYS_PARAM_H
# include <sys/param.h>
#endif