Description: Fix implicit declaration of trans_net in handle_irc.c
Author: Lena Voytek <lena.voytek@canonical.com>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066953
Last-Update: 2025-03-12
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/bnetd/handle_irc.cpp
+++ b/src/bnetd/handle_irc.cpp
@@ -47,6 +47,7 @@
 #include "topic.h"
 #include "server.h"
 #include "common/setup_after.h"
+#include "common/trans.h"
 
 namespace pvpgn
 {
