From a1a7be98e8430dbf072a26ccb6d52ced6f9422bc Mon Sep 17 00:00:00 2001 From: deuce <> Date: Thu, 14 Aug 2003 12:21:19 +0000 Subject: [PATCH] include OpenDoor.h not opendoor.h --- src/odoors/ex_chat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/odoors/ex_chat.c b/src/odoors/ex_chat.c index 8a19b4b028..194b9396e5 100644 --- a/src/odoors/ex_chat.c +++ b/src/odoors/ex_chat.c @@ -38,7 +38,7 @@ /* line. */ /* Include required header files. */ -#include "opendoor.h" +#include "OpenDoor.h" #include <string.h> -- GitLab