diff options
| author | Paul Eggert | 2019-07-07 23:22:11 -0700 |
|---|---|---|
| committer | Paul Eggert | 2019-07-07 23:22:28 -0700 |
| commit | ee883189d441b45dc343905074db5187ec900e26 (patch) | |
| tree | 6b2661a61d55eb8c3658d707225166810b984345 /src/xselect.c | |
| parent | b5e0dfacadc59c1a01bcbdd1de2325f4843adb31 (diff) | |
| download | emacs-ee883189d441b45dc343905074db5187ec900e26.tar.gz emacs-ee883189d441b45dc343905074db5187ec900e26.zip | |
* src/xselect.c: Fix comment.
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 c5085f7e7b4..ed68e4b1a6d 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -21,7 +21,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 21 | 21 | ||
| 22 | #include <config.h> | 22 | #include <config.h> |
| 23 | #include <limits.h> | 23 | #include <limits.h> |
| 24 | #include <stdio.h> /* termhooks.h needs this */ | 24 | #include <stdio.h> /* TRACE_SELECTION needs this. */ |
| 25 | 25 | ||
| 26 | #ifdef HAVE_SYS_TYPES_H | 26 | #ifdef HAVE_SYS_TYPES_H |
| 27 | #include <sys/types.h> | 27 | #include <sys/types.h> |