[FIX] Add proper includes

This commit is contained in:
lda 2025-02-17 20:24:06 +00:00
commit 0a4aa45de5

View file

@ -7,6 +7,8 @@
#include <Parsee.h> #include <Parsee.h>
#include <XML.h> #include <XML.h>
#include <stdlib.h>
void void
XMPPRetract(XMPPComponent *comp, char *fr, char *to, char *type, char *redact) XMPPRetract(XMPPComponent *comp, char *fr, char *to, char *type, char *redact)