From eb3a4033c7d6f1d5e042edd5f416bbc257e40975 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 29 Mar 2014 21:49:57 -0400 Subject: strife: Eliminate use of unsafe string functions. Eliminate use of strcpy, strcat, strncpy, and use the new safe alternatives. --- src/strife/p_switch.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/strife/p_switch.c') diff --git a/src/strife/p_switch.c b/src/strife/p_switch.c index bb70f890..d9d28192 100644 --- a/src/strife/p_switch.c +++ b/src/strife/p_switch.c @@ -41,6 +41,7 @@ #include "p_dialog.h" #include "p_local.h" // haleyjd [STRIFE] #include "m_bbox.h" // villsa [STRIFE] +#include "m_misc.h" // Data. #include "sounds.h" -- cgit v1.2.3