From d573f5b7730e80562f483406521befc77eb8b2d7 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sun, 2 May 2004 12:30:57 +0000 Subject: [PATCH] Fixed header include --- ChangeLog | 1 + mbsetup/Makefile | 2 +- mbsetup/mbsetup.c | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index de20f247..5e5ced19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -58,6 +58,7 @@ v0.51.4 11-Apr-2004 needed for the newsserver. It wasn't possible anymore to change the number of systems in menu 1.11.11 + Fixed a header include. mbtask: Removed debug logging for the disk thread. diff --git a/mbsetup/Makefile b/mbsetup/Makefile index 89dd263e..17dd897a 100644 --- a/mbsetup/Makefile +++ b/mbsetup/Makefile @@ -79,7 +79,7 @@ m_marea.o: ../config.h ../lib/mbselib.h ../lib/msg.h ../lib/users.h ../lib/mbsed m_new.o: ../config.h ../lib/mbselib.h screen.h mutil.h ledit.h stlist.h m_global.h grlist.h m_new.h m_lang.h m_marea.h m_ngroup.h m_protocol.o: ../config.h ../lib/mbselib.h ../paths.h screen.h mutil.h ledit.h stlist.h m_global.h m_protocol.h m_ticarea.o: ../config.h ../lib/mbselib.h screen.h mutil.h ledit.h stlist.h grlist.h m_global.h m_node.h m_fgroup.h m_farea.h m_archive.h m_ticarea.h -mbsetup.o: ../config.h ../lib/mbselib.h screen.h mutil.h ledit.h m_global.h m_bbs.h m_farea.h m_fgroup.h m_mail.h m_mgroup.h m_hatch.h m_tic.h m_ticarea.h m_magic.h m_fido.h m_lang.h m_archive.h m_virus.h m_tty.h m_limits.h m_users.h m_node.h m_fdb.h m_new.h m_ol.h m_bbslist.h m_protocol.h m_ff.h m_modem.h m_marea.h m_ngroup.h m_service.h m_domain.h m_task.h m_route.h +mbsetup.o: ../config.h ../lib/mbselib.h ../lib/users.h ../lib/mbsedb.h screen.h mutil.h ledit.h m_global.h m_bbs.h m_farea.h m_fgroup.h m_mail.h m_mgroup.h m_hatch.h m_tic.h m_ticarea.h m_magic.h m_fido.h m_lang.h m_archive.h m_virus.h m_tty.h m_limits.h m_users.h m_node.h m_fdb.h m_new.h m_ol.h m_bbslist.h m_protocol.h m_ff.h m_modem.h m_marea.h m_ngroup.h m_service.h m_domain.h m_task.h m_route.h ledit.o: ../config.h ../lib/mbselib.h ../lib/users.h ../lib/msg.h screen.h mutil.h ledit.h m_farea.o: ../config.h ../lib/mbselib.h screen.h mutil.h ledit.h m_global.h m_fgroup.h m_archive.h m_farea.h m_fgroup.h m_ngroup.h m_fido.o: ../config.h ../lib/mbselib.h screen.h mutil.h ledit.h stlist.h m_global.h m_fido.h diff --git a/mbsetup/mbsetup.c b/mbsetup/mbsetup.c index 65043d50..3b683634 100644 --- a/mbsetup/mbsetup.c +++ b/mbsetup/mbsetup.c @@ -30,6 +30,8 @@ #include "../config.h" #include "../lib/mbselib.h" +#include "../lib/users.h" +#include "../lib/mbsedb.h" #include "screen.h" #include "mutil.h" #include "ledit.h"