From: Dave Love Date: Tue, 18 Dec 2001 16:00:01 +0000 (+0000) Subject: Include "config.h", not <../src/config.h>. X-Git-Tag: ttn-vms-21-2-B4~17639 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ba723d8e826f70f3a69c935403db202c5296516a;p=emacs.git Include "config.h", not <../src/config.h>. --- 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