From fb5abf377856bf6f57142a0415e7c46587ea07da Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Thu, 24 Sep 2009 18:11:20 +0000 Subject: [PATCH] * add missing include for stty_ctdl --- citadel/ipc_c_tcp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/citadel/ipc_c_tcp.c b/citadel/ipc_c_tcp.c index b5787e130..9958fd3d3 100644 --- a/citadel/ipc_c_tcp.c +++ b/citadel/ipc_c_tcp.c @@ -30,6 +30,7 @@ #ifndef HAVE_SNPRINTF #include "snprintf.h" #endif +#include "commands.h" /* Note that some of these functions may not work with multiple instances. */ -- 2.39.2