diff options
| author | Paul Eggert | 2011-06-03 13:14:12 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-03 13:14:12 -0700 |
| commit | aa76b908750df2d882a3a7767133928435b0fe85 (patch) | |
| tree | 06573445e5df799d6ce964e2e724677764d32cec /src/xselect.c | |
| parent | 2d365993f18598a29e1327937a5408669c18dc0a (diff) | |
| download | emacs-aa76b908750df2d882a3a7767133928435b0fe85.tar.gz emacs-aa76b908750df2d882a3a7767133928435b0fe85.zip | |
* xselect.c: Include <limits.h>.
Diffstat (limited to 'src/xselect.c')
| -rw-r--r-- | src/xselect.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xselect.c b/src/xselect.c index 7545a44b1bc..ae73aa2d6a6 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -20,6 +20,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 20 | /* Rewritten by jwz */ | 20 | /* Rewritten by jwz */ |
| 21 | 21 | ||
| 22 | #include <config.h> | 22 | #include <config.h> |
| 23 | #include <limits.h> | ||
| 23 | #include <stdio.h> /* termhooks.h needs this */ | 24 | #include <stdio.h> /* termhooks.h needs this */ |
| 24 | #include <setjmp.h> | 25 | #include <setjmp.h> |
| 25 | 26 | ||