aboutsummaryrefslogtreecommitdiff
path: root/protocols.h
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-09-04 08:47:32 -0400
committerTest_User <hax@andrewyu.org>2024-09-04 09:39:58 -0400
commitf7c6e54e2fdfab4ca2e7886a865060b2222833f8 (patch)
tree10a59344007468af1f5c57d53c24a2133d4292bc /protocols.h
parent10da2669dd33f09aa745688d2fb2072b6f6b2262 (diff)
downloadhaxircd-f7c6e54e2fdfab4ca2e7886a865060b2222833f8.tar.gz
haxircd-f7c6e54e2fdfab4ca2e7886a865060b2222833f8.zip
Separate haxstring/table from here
Diffstat (limited to 'protocols.h')
-rw-r--r--protocols.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols.h b/protocols.h
index 0b40752..5017271 100644
--- a/protocols.h
+++ b/protocols.h
@@ -30,7 +30,7 @@
#include <stddef.h>
-#include "haxstring.h"
+#include "hax_string.h"
#include "general_network.h"
#include "protocol_numbers.h"
#include "server_network.h"