From ba723d8e826f70f3a69c935403db202c5296516a Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 18 Dec 2001 16:00:01 +0000 Subject: [PATCH] Include "config.h", not <../src/config.h>. --- lib-src/emacsserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib-src/emacsserver.c b/lib-src/emacsserver.c index 23623292d7e..d68b5286db5 100644 --- a/lib-src/emacsserver.c +++ b/lib-src/emacsserver.c @@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */ up to the Emacs which then executes them. */ #define NO_SHORTNAMES -#include <../src/config.h> +#include "config.h" #include #undef signal -- 2.39.5