From 93ff4b2aa5a713e9529a31964aa8a3f79c05ef78 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Thu, 30 Apr 2020 18:25:58 +0000 Subject: [PATCH] #include link_list.h here since we use link_list_t in this file. --- src/sbbs3/userdat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sbbs3/userdat.h b/src/sbbs3/userdat.h index 2ff57ff0ba..12dd358253 100644 --- a/src/sbbs3/userdat.h +++ b/src/sbbs3/userdat.h @@ -39,6 +39,7 @@ #include "scfgdefs.h" /* scfg_t */ #include "dat_rec.h" /* getrec/putrec prototypes */ #include "client.h" /* client_t */ +#include "link_list.h" #ifdef DLLEXPORT #undef DLLEXPORT -- GitLab