From 06daf2a9b59595cc1f5df6213921e25dd35824ce Mon Sep 17 00:00:00 2001
From: Rangi <35663410+Rangi42@users.noreply.github.com>
Date: Mon, 30 Dec 2024 17:22:14 -0500
Subject: [PATCH] Include <signal.h> in rgbgfx_test.cpp (#1589)

---
 test/gfx/rgbgfx_test.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/gfx/rgbgfx_test.cpp b/test/gfx/rgbgfx_test.cpp
index e2bcd7a10..68b4d266d 100644
--- a/test/gfx/rgbgfx_test.cpp
+++ b/test/gfx/rgbgfx_test.cpp
@@ -5,6 +5,7 @@
 	#include <sys/stat.h>
 	#include <sys/wait.h>
 
+	#include <signal.h>
 	#include <spawn.h>
 	#include <unistd.h>
 #else
