]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - mksyntax.c
Bash-5.2 patch 26: fix typo when specifying readline's custom color prefix
[thirdparty/bash.git] / mksyntax.c
index 56ade2e45de83d75b1f29182a56a4dc1081577c3..03856866a34bfe2b084b7a319cbd1af2b7d02f58 100644 (file)
@@ -380,7 +380,7 @@ main(argc, argv)
 #if !defined (HAVE_STRERROR)
 
 #include <bashtypes.h>
-#ifndef _MINIX
+#if defined (HAVE_SYS_PARAM_H)
 #  include <sys/param.h>
 #endif