diff options
| author | Paul Eggert | 2013-06-21 13:27:13 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-06-21 13:27:13 -0700 |
| commit | b33a2a6febe9313d75775a00cc12c0fe5c81ef6b (patch) | |
| tree | eeeacc7ea50cc794f956c23fa2862965225276cb /lib-src/ebrowse.c | |
| parent | fbe9e0b9fb6a250674e7619e9ba794e74ff5f0bc (diff) | |
| download | emacs-b33a2a6febe9313d75775a00cc12c0fe5c81ef6b.tar.gz emacs-b33a2a6febe9313d75775a00cc12c0fe5c81ef6b.zip | |
* lib-src/ebrowse.c: Include <stddef.h>, needed on some platforms.
Diffstat (limited to 'lib-src/ebrowse.c')
| -rw-r--r-- | lib-src/ebrowse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c index 81d0cf0a19e..2828591ed3f 100644 --- a/lib-src/ebrowse.c +++ b/lib-src/ebrowse.c | |||
| @@ -19,6 +19,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | #include <config.h> | 21 | #include <config.h> |
| 22 | #include <stddef.h> | ||
| 22 | #include <stdio.h> | 23 | #include <stdio.h> |
| 23 | #include <stdlib.h> | 24 | #include <stdlib.h> |
| 24 | #include <string.h> | 25 | #include <string.h> |