diff options
| author | Dave Love | 2001-12-18 16:00:01 +0000 |
|---|---|---|
| committer | Dave Love | 2001-12-18 16:00:01 +0000 |
| commit | ba723d8e826f70f3a69c935403db202c5296516a (patch) | |
| tree | 8b006e5928827ee4d87af4bfb8a44de268567c7b /lib-src | |
| parent | 0b3b82868c1b3983f9b787bb1f88cfeaac5ec0f2 (diff) | |
| download | emacs-ba723d8e826f70f3a69c935403db202c5296516a.tar.gz emacs-ba723d8e826f70f3a69c935403db202c5296516a.zip | |
Include "config.h", not <../src/config.h>.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/emacsserver.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ | |||
| 26 | up to the Emacs which then executes them. */ | 26 | up to the Emacs which then executes them. */ |
| 27 | 27 | ||
| 28 | #define NO_SHORTNAMES | 28 | #define NO_SHORTNAMES |
| 29 | #include <../src/config.h> | 29 | #include "config.h" |
| 30 | #include <signal.h> | 30 | #include <signal.h> |
| 31 | #undef signal | 31 | #undef signal |
| 32 | 32 | ||