From bf51d022eff247887d44f3ef2b9a5b801ccb3d1b Mon Sep 17 00:00:00 2001 From: Henrik Grimler Date: Thu, 11 Nov 2021 10:03:46 +0100 Subject: [PATCH] gcal: include sys/types.h instead of stdint.h in gnulib patch This makes compilation work on 32bit arches, as well as 64bit arches. --- packages/gcal/gnulib.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gcal/gnulib.patch b/packages/gcal/gnulib.patch index 6eac9cd90..95963f936 100644 --- a/packages/gcal/gnulib.patch +++ b/packages/gcal/gnulib.patch @@ -4,7 +4,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -+#include ++#include +#include + #include @@ -16,7 +16,7 @@ #endif #include /* For detecting Plan9. */ -+#include ++#include +#include #if defined __sferror || defined __DragonFly__ || defined __ANDROID__