Bash-4.3 distribution sources and documentation
[platform/upstream/bash.git] / lib / sh / clktck.c
index 096ce06..8b9b5b3 100644 (file)
@@ -21,7 +21,9 @@
 #include <config.h>
 
 #include <bashtypes.h>
-#include <sys/param.h>
+#if defined (HAVE_SYS_PARAM_H)
+#  include <sys/param.h>
+#endif
 
 #if defined (HAVE_UNISTD_H)
 #  include <unistd.h>