pulse-server: include "reply.h" in "reply.h"

So that definitions are checked against declarations.
This commit is contained in:
Barnabás Pőcze 2023-07-01 22:59:03 +02:00
parent 3b4a255dec
commit 0f70256230

View file

@ -12,6 +12,7 @@
#include "commands.h"
#include "message.h"
#include "log.h"
#include "reply.h"
struct message *reply_new(const struct client *client, uint32_t tag)
{