]> code.citadel.org Git - citadel.git/commitdiff
* add missing include for stty_ctdl
authorWilfried Göesgens <willi@citadel.org>
Thu, 24 Sep 2009 18:11:20 +0000 (18:11 +0000)
committerWilfried Göesgens <willi@citadel.org>
Thu, 24 Sep 2009 18:11:20 +0000 (18:11 +0000)
citadel/ipc_c_tcp.c

index b5787e130ea42306a2b3657034a4418d83768e26..9958fd3d35d60bc25d8858399b004db3223ce917 100644 (file)
@@ -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. */