From 0a4aa45de5f76625ca9f97ff4303f08a3cbd126b Mon Sep 17 00:00:00 2001 From: lda Date: Mon, 17 Feb 2025 20:24:06 +0000 Subject: [PATCH] [FIX] Add proper includes --- src/XMPP/Stanza.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/XMPP/Stanza.c b/src/XMPP/Stanza.c index 58c3876..a2daf5a 100644 --- a/src/XMPP/Stanza.c +++ b/src/XMPP/Stanza.c @@ -7,6 +7,8 @@ #include #include +#include + void XMPPRetract(XMPPComponent *comp, char *fr, char *to, char *type, char *redact)