mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 11:38:52 +02:00
22 lines
481 B
Plaintext
22 lines
481 B
Plaintext
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
|
|
|