From 4bbcb6717f932c1d5cc8eaa8ce19ed237c8fdd61 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Wed, 19 Oct 2011 08:49:46 +0000
Subject: [PATCH] Include ctype.h for isspace()

---
 src/sbbs3/wordwrap.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/sbbs3/wordwrap.c b/src/sbbs3/wordwrap.c
index 984350f8cd..0c1dfbddd6 100644
--- a/src/sbbs3/wordwrap.c
+++ b/src/sbbs3/wordwrap.c
@@ -31,6 +31,7 @@
  * Note: If this box doesn't appear square, then you need to fix your tabs.	*
  ****************************************************************************/
 
+#include <ctype.h>
 #include <genwrap.h>
 #include <stdlib.h>		/* realloc */
 #include "wordwrap.h"
-- 
GitLab