diff options
Diffstat (limited to 'package/libedit/patches/patch-src_sys_h')
-rw-r--r-- | package/libedit/patches/patch-src_sys_h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libedit/patches/patch-src_sys_h b/package/libedit/patches/patch-src_sys_h new file mode 100644 index 000000000..4ee74acb0 --- /dev/null +++ b/package/libedit/patches/patch-src_sys_h @@ -0,0 +1,11 @@ +--- libedit-20230828-3.1.orig/src/sys.h 2023-08-27 09:50:35.000000000 +0200 ++++ libedit-20230828-3.1/src/sys.h 2023-12-19 16:51:25.734885959 +0100 +@@ -40,7 +40,7 @@ + #ifndef _h_sys + #define _h_sys + +-#if defined(HAVE_SYS_TYPES_H) && defined(__sun) ++#if defined(HAVE_SYS_TYPES_H) + #include <sys/types.h> + #endif + |