From be24449008cda22a80e25c9dcaebc04566dec4ed Mon Sep 17 00:00:00 2001 From: deuce <> Date: Mon, 13 Aug 2007 21:36:55 +0000 Subject: [PATCH] Add dirwrap.h for DIR * --- src/sbbs3/cmdshell.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sbbs3/cmdshell.h b/src/sbbs3/cmdshell.h index 25eb72ab20..9cd4d126e4 100644 --- a/src/sbbs3/cmdshell.h +++ b/src/sbbs3/cmdshell.h @@ -36,6 +36,7 @@ ****************************************************************************/ #include "gen_defs.h" +#include "dirwrap.h" #ifndef _CMDSHELL_H_ #define _CMDSHELL_H_ -- GitLab