From 37863e0c23a8501e92e1bfad8c916622f9160b58 Mon Sep 17 00:00:00 2001 From: danmc Date: Thu, 12 Oct 2006 02:37:06 +0000 Subject: [PATCH] Add a missing header to get a missing prototype for cp_ccon(). --- src/frontend/com_shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/com_shell.c b/src/frontend/com_shell.c index 0763da687..625f9ed3f 100644 --- a/src/frontend/com_shell.c +++ b/src/frontend/com_shell.c @@ -8,7 +8,7 @@ #include #include "com_shell.h" - +#include "cpextern.h" /* Fork a shell. */