diff options
Diffstat (limited to 'bash/bash-2.05b/various.patch')
-rw-r--r-- | bash/bash-2.05b/various.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bash/bash-2.05b/various.patch b/bash/bash-2.05b/various.patch index e69de29bb2..fa1a364cab 100644 --- a/bash/bash-2.05b/various.patch +++ b/bash/bash-2.05b/various.patch @@ -0,0 +1,10 @@ +--- bash-2.02.1.orig/general.h ++++ bash-2.02.1/general.h +@@ -21,6 +21,7 @@ + #if !defined (_GENERAL_H_) + #define _GENERAL_H_ + ++#include <sys/types.h> + #include "stdc.h" + + #include "bashtypes.h" |