gnumeric, new recipe for the Gnome spreadsheet application (#13911)

This commit is contained in:
Schrijvers Luc
2026-04-05 13:59:00 +02:00
committed by GitHub
parent 117ae6cb24
commit 90be7c56a3
4 changed files with 358 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
From a752b1b8d2c87600bcafb071e2a2e660f3cf5eef Mon Sep 17 00:00:00 2001
From: Luc Schrijvers <begasus@gmail.com>
Date: Sun, 5 Apr 2026 12:47:25 +0200
Subject: Add missing header stdbool.h
diff --git a/src/sstest.c b/src/sstest.c
index 0a0073e..b9198e5 100644
--- a/src/sstest.c
+++ b/src/sstest.c
@@ -33,6 +33,7 @@
#include <gsf/gsf-input-textline.h>
#include <glib/gstdio.h>
#include <glib/gi18n.h>
+#include <stdbool.h>
#include <string.h>
#include <errno.h>
--
2.52.0