From 76e6bee651c692d8f8917b566fcf1bc9c320f122 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Mon, 20 Mar 2006 14:35:29 +0000 Subject: [PATCH] don't include .c files! --- citadel/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citadel/commands.c b/citadel/commands.c index 17d3150d4..0494afb08 100644 --- a/citadel/commands.c +++ b/citadel/commands.c @@ -53,7 +53,7 @@ #include "tools.h" #include "rooms.h" #include "client_chat.h" -#include "citadel_dirs.c" +#include "citadel_dirs.h" #ifndef HAVE_SNPRINTF #include "snprintf.h" #endif -- 2.39.2