diff options
Diffstat (limited to 'lang/lush/files/patch-include_header.h')
-rw-r--r-- | lang/lush/files/patch-include_header.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/lush/files/patch-include_header.h b/lang/lush/files/patch-include_header.h new file mode 100644 index 000000000000..a2ca8b53c251 --- /dev/null +++ b/lang/lush/files/patch-include_header.h @@ -0,0 +1,12 @@ +--- include/header.h.orig Thu Sep 25 23:54:56 2003 ++++ include/header.h Sun Dec 28 01:27:32 2003 +@@ -45,6 +45,9 @@ + #endif + #endif + ++#ifdef HAVE_SYS_TYPES_H ++# include <sys/types.h> ++#endif + + /* VERSION.H --------------------------------------------------- */ + |