From 621db365427b29e88107192ab9153d647ea18263 Mon Sep 17 00:00:00 2001 From: "Kevin L. Mitchell" Date: Fri, 17 Aug 2001 19:10:00 +0000 Subject: [PATCH] Author: Kev Log message: #include to define exit() git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@551 c9e4aea6-c8fd-4c43-8297-357d70d61c8c --- ChangeLog | 6 ++++++ ircd/ircd_events.c | 1 + ircd/ircd_log.c | 1 + ircd/numnicks.c | 1 + 4 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2cc80f8..28f642e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2001-08-17 Kevin L Mitchell + * ircd/numnicks.c: include stdlib.h for exit() + + * ircd/ircd_log.c: include stdlib.h for exit() + + * ircd/ircd_events.c: include stdlib.h for exit() + * ircd/s_stats.c: remove description of /stats v, since it's gone * ircd/m_wallops.c (mo_wallops): add "*" to the beginning of diff --git a/ircd/ircd_events.c b/ircd/ircd_events.c index 6befeae..e59cd05 100644 --- a/ircd/ircd_events.c +++ b/ircd/ircd_events.c @@ -30,6 +30,7 @@ #include #include +#include #include #define SIGS_PER_SOCK 10 /* number of signals to process per socket diff --git a/ircd/ircd_log.c b/ircd/ircd_log.c index 96f0fd3..89ad01f 100644 --- a/ircd/ircd_log.c +++ b/ircd/ircd_log.c @@ -41,6 +41,7 @@ #include #include #include +#include #include #include #include diff --git a/ircd/numnicks.c b/ircd/numnicks.c index b0474a0..cbba746 100644 --- a/ircd/numnicks.c +++ b/ircd/numnicks.c @@ -33,6 +33,7 @@ #include #include +#include #include -- 2.20.1