diff options
| author | Roland McGrath | 1993-09-10 06:15:46 +0000 |
|---|---|---|
| committer | Roland McGrath | 1993-09-10 06:15:46 +0000 |
| commit | 18160b98ce2ce9f534a4aee6be181788322b6c01 (patch) | |
| tree | ae78714fb22b6ad91fa6d4c4f0b423456d24df9d /src/xselect.c | |
| parent | dbf6ad3d3effbdd1d84aa9dd2d69b2515c7deb8a (diff) | |
| download | emacs-18160b98ce2ce9f534a4aee6be181788322b6c01.tar.gz emacs-18160b98ce2ce9f534a4aee6be181788322b6c01.zip | |
Include <config.h> instead of "config.h".
Diffstat (limited to 'src/xselect.c')
| -rw-r--r-- | src/xselect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xselect.c b/src/xselect.c index 7b6a1164e3c..54e645ff7cf 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -23,7 +23,7 @@ x_reply_selection_request */ | |||
| 23 | 23 | ||
| 24 | /* Rewritten by jwz */ | 24 | /* Rewritten by jwz */ |
| 25 | 25 | ||
| 26 | #include "config.h" | 26 | #include <config.h> |
| 27 | #include "lisp.h" | 27 | #include "lisp.h" |
| 28 | #if 0 | 28 | #if 0 |
| 29 | #include <stdio.h> /* termhooks.h needs this */ | 29 | #include <stdio.h> /* termhooks.h needs this */ |