From c90f3c659a16d6262059658e95c01fd6410d9183 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Tue, 27 Jan 2026 12:13:47 -0700 Subject: [PATCH] Fix include directive for glib.h --- src/common/history.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/history.c b/src/common/history.c index 283a0505..3b50b0ca 100644 --- a/src/common/history.c +++ b/src/common/history.c @@ -1,4 +1,3 @@ -#include /* X-Chat * Copyright (C) 1998 Peter Zelezny. * @@ -17,6 +16,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include #include #include #include "history.h"